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
- Host: GitHub
- URL: https://github.com/kkkooolllyyyaaa/searchalgos
- Owner: kkkooolllyyyaaa
- Created: 2022-09-19T08:48:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T09:28:36.000Z (over 2 years ago)
- Last Synced: 2025-01-14T04:09:47.150Z (4 months ago)
- Topics: a-star, bfs, bidirectional-search, dfs, graph-algorithms
- Language: Kotlin
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SearchAlgos
+ DFS
+ BFS
+ Depth limited search
+ Iterative depending search
+ Bidirectional search
+ Greedy for the best match
+ A*