binary

Function binary 

Source
pub fn binary(data: &[i64], target: i64) -> Option<usize>
Expand description

Binary search - O(log n) - requires sorted data