Skip to content

Commit bda11bd

Browse files
committed
updating DIRECTORY.md
1 parent 22f658d commit bda11bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@
189189
* [Depth First Search](https://github.com/TheAlgorithms/Ruby/blob/master/searches/depth_first_search.rb)
190190
* [Double Linear Search](https://github.com/TheAlgorithms/Ruby/blob/master/searches/double_linear_search.rb)
191191
* [Fibonacci Search](https://github.com/TheAlgorithms/Ruby/blob/master/searches/fibonacci_search.rb)
192+
* [Interpolation Search](https://github.com/TheAlgorithms/Ruby/blob/master/searches/interpolation_search.rb)
193+
* [Interpolation Search Test](https://github.com/TheAlgorithms/Ruby/blob/master/searches/interpolation_search_test.rb)
192194
* [Jump Search](https://github.com/TheAlgorithms/Ruby/blob/master/searches/jump_search.rb)
193195
* [Linear Search](https://github.com/TheAlgorithms/Ruby/blob/master/searches/linear_search.rb)
194196
* [Number Of Islands](https://github.com/TheAlgorithms/Ruby/blob/master/searches/number_of_islands.rb)

0 commit comments

Comments
 (0)