![]() |
Ice Sheet System Model
4.18
Code documentation
|
binary search on an integer array, that is already sorted More...
Go to the source code of this file.
Functions | |
int | binary_search (int *poffset, int target, int *sorted_integers, int num_integers) |
binary search on an integer array, that is already sorted
Definition in file binary_search.cpp.
int binary_search | ( | int * | poffset, |
int | target, | ||
int * | sorted_integers, | ||
int | num_integers | ||
) |
Definition at line 14 of file binary_search.cpp.