Skip to content

Commit 51744de

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent ffa7508 commit 51744de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DIRECTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939

4040
## Searches
4141
* [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)
4244
* [Linear Search](https://github.com/TheAlgorithms/Go/blob/master/searches/linear_search.go)
4345
* [Search Test](https://github.com/TheAlgorithms/Go/blob/master/searches/search_test.go)
4446

0 commit comments

Comments
 (0)