We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d4d0f commit ede871cCopy full SHA for ede871c
README.md
@@ -10,11 +10,11 @@
10
#### "+": Path
11
12
### Algorithm Implemented
13
-* BFS
+* BFS (unweighted Dijastra)
14
* DFS
15
* ASTAR (A*)
16
17
-### Breadth First Search
+### Breadth First Search (unweighted Dijastra)
18
Breadth First Search is unweighted and guarantee a optimal path.
19

20
0 commit comments