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 c6e55e9 commit 6585799Copy full SHA for 6585799
DIRECTORY.md
@@ -40,6 +40,7 @@
40
## Searches
41
* [Binary Search](https://github.com/TheAlgorithms/Go/blob/master/searches/binary_search.go)
42
* [Linear Search](https://github.com/TheAlgorithms/Go/blob/master/searches/linear_search.go)
43
+ * [Search Test](https://github.com/TheAlgorithms/Go/blob/master/searches/search_test.go)
44
45
## Sorts
46
* [Bubble Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/bubble_sort.go)
0 commit comments