Skip to content

Commit

Permalink
Update directory.md (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
paras-2407 committed Oct 10, 2023
1 parent f505667 commit 8beb87a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@
* [Radix Sort](https://github.com/TheAlgorithms/R/blob/HEAD/sorting_algorithms/radix_sort.r)
* [Selection Sort](https://github.com/TheAlgorithms/R/blob/HEAD/sorting_algorithms/selection_sort.r)
* [Stooge Sort](https://github.com/TheAlgorithms/R/blob/HEAD/sorting_algorithms/stooge_sort.r)


## Searches
* [Linear Search](https://github.com/TheAlgorithms/R/blob/master/searches/linear_search.r)
* [Binary Search](https://github.com/TheAlgorithms/R/blob/master/searches/binary_search.r)

0 comments on commit 8beb87a

Please sign in to comment.