MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / interpolationSearch

Function interpolationSearch

search/interpolation_search.cpp:58–91  ·  view source on GitHub ↗

* @brief The main function which implements interpolation search * @param arr vector to be searched in * @param number value to be searched * @returns integer index of `number` in vector `arr` *******************************************************************************/

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testsFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected