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 8cad744 commit 20fdfe3Copy full SHA for 20fdfe3
README.md
@@ -11,9 +11,9 @@
11
12
13
### Breadth First Search
14
-Breadth First Search is unweighted and gaurantee a optimal path.
+Breadth First Search is unweighted and guarantee a optimal path.
15

16
17
### Depth First Search
18
-Depth First Search is unweighted and does not gaurantee a optimal path.
+Depth First Search is unweighted and does not guarantee a optimal path.
19

0 commit comments