Closed codingdefined closed 6 years ago
Part 3 (Interpolation Search) of Issue https://github.com/bashbers/csharp-algorithms/issues/1
If you can check all of the above, congrats! :sparkles:
Interpolation search divides the search array by half based on the Index Value and it is an improvement over Linear, Binary and Jump Search.
Part 3 (Interpolation Search) of Issue https://github.com/bashbers/csharp-algorithms/issues/1
If you can check all of the above, congrats! :sparkles:
Description:
Interpolation search divides the search array by half based on the Index Value and it is an improvement over Linear, Binary and Jump Search.