Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypressxyx/astar-permutation-solver
A* search algo. permutation solver in c++
https://github.com/cypressxyx/astar-permutation-solver
Last synced: 23 days ago
JSON representation
A* search algo. permutation solver in c++
- Host: GitHub
- URL: https://github.com/cypressxyx/astar-permutation-solver
- Owner: Cypressxyx
- Created: 2018-11-07T22:44:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T22:44:44.000Z (almost 6 years ago)
- Last Synced: 2024-03-07T20:28:59.627Z (8 months ago)
- Language: C++
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Program works 100% as intended.
- Required to be compiled with c++ 11
- implemented using binary heap