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

Number Theory

Sieve of Eratosthenes

An ancient algorithm that efficiently finds all prime numbers up to a given limit by iteratively marking the multiples of each prime.

© 2025 Toph | Furqan Software