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

20
21
-### A star (A*)
+### Astar (A*)
22
A* is weighted and guarantee a optimal path.
23

24
0 commit comments