Trace
Go to Toph
Graph Theory Breadth-first SearchDepth-first SearchKruskal's Algorithm
Number Theory Sieve of Eratosthenes
Search Binary Search
Sorting Bubble SortIn-place Merge SortInsertion SortMerge SortSelection Sort

Sorting

Binary Search

Binary search repeatedly halves a sorted array to locate a target value in logarithmic time.

© 2025 Toph | Furqan Software