Module binary_search

Module binary_search 

Source
Expand description

Binary search utilities

Functionsยง

lower_bound
Binary search for lower bound
search_sorted
Binary search for a key in a sorted array of keys with values
upper_bound
Binary search for upper bound