Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldemcan/searchtree
Purpose of this project is find paths for obstacle navigation using uninformed and informed symbolic search.Various type of search methods are implemented such as Breadth-first implementation,Depth-first,Uniform Cost,Greedy best-first,A*.
https://github.com/eldemcan/searchtree
Last synced: 22 days ago
JSON representation
Purpose of this project is find paths for obstacle navigation using uninformed and informed symbolic search.Various type of search methods are implemented such as Breadth-first implementation,Depth-first,Uniform Cost,Greedy best-first,A*.
- Host: GitHub
- URL: https://github.com/eldemcan/searchtree
- Owner: eldemcan
- License: mit
- Created: 2013-09-22T23:38:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T18:26:21.000Z (over 11 years ago)
- Last Synced: 2023-07-29T03:10:12.605Z (over 1 year ago)
- Language: Java
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
searchtree
==========check the web page;
http://eldemcan.github.io/searchtree/