Trace
Toph
Drafts
Community
Blog
Graph Theory Breadth-first SearchDepth-first SearchKruskal's Algorithm
Number Theory Sieve of EratosthenesEuclidean Algorithm
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.

Euclidean Algorithm

An ancient algorithm that efficiently finds the greatest common divisor (GCD) of two integers.

© 2025 Toph | Furqan Software