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

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.).

Awesome Lists containing this project