Skip to content

Commit e0e5eaa

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent d5c5780 commit e0e5eaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DIRECTORY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@
6060
* [Rod-Cutting](https://github.com/TheAlgorithms/Go/blob/master/dynamicprogramming/rod-cutting.go)
6161

6262
## Graphs
63-
* Breathfirstsearch
64-
* [Breathfirstsearch](https://github.com/TheAlgorithms/Go/blob/master/graphs/breathfirstsearch/breathfirstsearch.go)
6563
* Depthfirstsearch
6664
* [Depthfirstsearch](https://github.com/TheAlgorithms/Go/blob/master/graphs/depthfirstsearch/depthfirstsearch.go)
6765
* Floydwarshall
6866
* [Floydwarshall](https://github.com/TheAlgorithms/Go/blob/master/graphs/floydwarshall/floydwarshall.go)
67+
* Search
68+
* [Breadthfirstsearch](https://github.com/TheAlgorithms/Go/blob/master/graphs/search/breadthFirstSearch.go)
69+
* [Breadthfirstsearch Test](https://github.com/TheAlgorithms/Go/blob/master/graphs/search/breadthFirstSearch_test.go)
6970

7071
## Math
7172
* Gcd

0 commit comments

Comments
 (0)