There was an error while loading. Please reload this page.
1 parent cfe9b23 commit ab795c1Copy full SHA for ab795c1
README.md
@@ -33,11 +33,11 @@ python ./src/drawer.py
33
All contributions are welcome. :)
34
35
## Algorithm Implemented
36
-* BFS (unweighted Dijastra)
+* BFS
37
* DFS
38
* ASTAR (A*)
39
40
-### Breadth First Search (unweighted Dijkstra)
+### Breadth First Search
41
Breadth First Search is unweighted and guarantee a optimal path.
42

43
0 commit comments