https://github.com/matheus1lva/searchalgorithms
best-first and a* heuristic search algorithms implementation in javascript.
https://github.com/matheus1lva/searchalgorithms
Last synced: 20 days ago
JSON representation
best-first and a* heuristic search algorithms implementation in javascript.
- Host: GitHub
- URL: https://github.com/matheus1lva/searchalgorithms
- Owner: matheus1lva
- Created: 2016-04-30T15:18:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T20:18:22.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T04:28:18.659Z (4 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Algorithms
Best-first and a* heuristic search algorithms implementation in javascript.