mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update search/interpolation_search.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
befc191d2d
commit
d4eac6600b
@ -116,6 +116,6 @@ static void tests() {
|
|||||||
* @returns 0 on exit
|
* @returns 0 on exit
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
int main() {
|
int main() {
|
||||||
tests(); // Condition of target found
|
tests(); // run self-test implementations
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user