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

https://github.com/misaghmomenib/graph-pathfinder-cpp

GraphPathfinder is a C++ project implementing two popular shortest-path algorithms: Dijkstra and A*. This project provides a detailed implementation of these algorithms for finding the shortest path in weighted, undirected graphs. It also includes an A* implementation that uses a heuristic based on Euclidean distance to optimize the search.
https://github.com/misaghmomenib/graph-pathfinder-cpp

cpp git open-source path pathfinding

Last synced: about 2 months ago
JSON representation

GraphPathfinder is a C++ project implementing two popular shortest-path algorithms: Dijkstra and A*. This project provides a detailed implementation of these algorithms for finding the shortest path in weighted, undirected graphs. It also includes an A* implementation that uses a heuristic based on Euclidean distance to optimize the search.

Awesome Lists containing this project