
Pathfinder Algorithms
Explore the workings of Depth-first-search (DFS), Breadth-first-search (BFS) and Dijkstra algorithm

Sorting Algorithms
Visualize and compare the performance of various sorting algorithms, such as Bubble, Merge, Quick and Selection Sort.

Sieve Algorithm
Discover the Sieve of Eratosthenes, a clever algorithm for finding prime numbers.