An open API service indexing awesome lists of open source software.

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.

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.