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 cd8b463 commit 400ba1aCopy full SHA for 400ba1a
README.md
@@ -17,3 +17,8 @@ Breadth First Search is unweighted and guarantee a optimal path.
17
### Depth First Search
18
Depth First Search is unweighted and does not guarantee a optimal path.
19

20
+
21
+### A star (A*)
22
+A* is weighted and guarantee a optimal path.
23
+
24
0 commit comments