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

https://github.com/kkkooolllyyyaaa/searchalgos

Basic search algorithms on graph
https://github.com/kkkooolllyyyaaa/searchalgos

a-star bfs bidirectional-search dfs graph-algorithms

Last synced: 2 months ago
JSON representation

Basic search algorithms on graph

Awesome Lists containing this project

README

        

# SearchAlgos
+ DFS
+ BFS
+ Depth limited search
+ Iterative depending search
+ Bidirectional search
+ Greedy for the best match
+ A*