8000 Update directory.md (#112) · TheAlgorithms/R@8beb87a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8beb87a

Browse files
authored
Update directory.md (#112)
1 parent f505667 commit 8beb87a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DIRECTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@
7070
* [Radix Sort](https://github.com/TheAlgorithms/R/blob/HEAD/sorting_algorithms/radix_sort.r)
7171
* [Selection Sort](https://github.com/TheAlgorithms/R/blob/HEAD/sorting_algorithms/selection_sort.r)
7272
* [Stooge Sort](https://github.com/TheAlgorithms/R/blob/HEAD/sorting_algorithms/stooge_sort.r)
73+
74+
75+
## Searches
76+
* [Linear Search](https://github.com/TheAlgorithms/R/blob/master/searches/linear_search.r)
77+
* [Binary Search](https://github.com/TheAlgorithms/R/blob/master/searches/binary_search.r)

0 commit comments

Comments
 (0)
0