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

Function InterpolationSearch

search/interpolation_search2.cpp:15–29  ·  view source on GitHub ↗

function to search the value in an array using interpolation search * \param [in] arr array to search in * \param [in] value value to search for * \param [in] len length of array * \returns index where the value is found * \returns -1 if not found */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected