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 ffa7508 commit 51744deCopy full SHA for 51744de
DIRECTORY.md
@@ -39,6 +39,8 @@
39
40
## Searches
41
* [Binary Search](https://github.com/TheAlgorithms/Go/blob/master/searches/binary_search.go)
42
+ * [Breadth First Search](https://github.com/TheAlgorithms/Go/blob/master/searches/breadth_first_search.go)
43
+ * [Depth First Search](https://github.com/TheAlgorithms/Go/blob/master/searches/depth_first_search.go)
44
* [Linear Search](https://github.com/TheAlgorithms/Go/blob/master/searches/linear_search.go)
45
* [Search Test](https://github.com/TheAlgorithms/Go/blob/master/searches/search_test.go)
46
0 commit comments