File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments