Searching
Watch a search space collapse until only the answer is left.
Searching progress0 / 5
- Linear SearchThe simple one that always works. Often that's enough.3m
- Binary SearchA million records, twenty guesses. Sorted data only.5m
- Binary Search VariantsDon't just find it. Find the first one that qualifies.6m
- Search in Rotated ArrayHalf of it is still sorted. Find that half, use it.6m
- Binary Search on AnswerNo sorted array? Binary search the answer range.6m