https://github.com/raphsenn/simple-digraph
A simple implementation of a directed graph featuring various heuristic search algorithms (A* (IDF*), Greedy Best-First Search) and uninformed search algorithms (Dijkstra, Uniform Cost Search, BFS, DFS, etc.).
https://github.com/raphsenn/simple-digraph
Last synced: 10 months ago
JSON representation
A simple implementation of a directed graph featuring various heuristic search algorithms (A* (IDF*), Greedy Best-First Search) and uninformed search algorithms (Dijkstra, Uniform Cost Search, BFS, DFS, etc.).
- Host: GitHub
- URL: https://github.com/raphsenn/simple-digraph
- Owner: raphsenn
- License: mit
- Created: 2024-05-19T12:10:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T15:45:35.000Z (about 2 years ago)
- Last Synced: 2024-05-19T16:51:39.806Z (about 2 years ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE