https://github.com/kmx-systems/a-star-algo
Generic C++ implementation of A* algorithm (header only). Features: Fully customizable internal data structures, step-by-step execution and beam search support.
https://github.com/kmx-systems/a-star-algo
a-star-algorithm algorithm beam-search cpp cpp20 header-only heuristic-algorithm heuristic-search heuristic-search-algorithms search-algorithm template
Last synced: 2 months ago
JSON representation
Generic C++ implementation of A* algorithm (header only). Features: Fully customizable internal data structures, step-by-step execution and beam search support.
- Host: GitHub
- URL: https://github.com/kmx-systems/a-star-algo
- Owner: KMX-Systems
- License: other
- Created: 2023-10-04T06:50:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T07:40:58.000Z (over 1 year ago)
- Last Synced: 2025-04-12T15:18:20.793Z (2 months ago)
- Topics: a-star-algorithm, algorithm, beam-search, cpp, cpp20, header-only, heuristic-algorithm, heuristic-search, heuristic-search-algorithms, search-algorithm, template
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# a-star-algo
C++ implementation of A* algorithm (http://en.wikipedia.org/wiki/A*_search_algorithm).
Features: Fully customizable internal data structures, step-by-step execution and beam search support.