blob: 20efc888315a1787d04b572d36715af02f83aef8 (
plain) (
blame)
1
2
3
4
5
|
List::BinarySearch performs a binary search on an array.
The binary search algorithm implemented in this module is known as a Deferred
Detection variant on the traditional Binary Search. Deferred Detection provides
stable searches.
|