Interactive Algorithm Playground
Made by VoxHash- Real-time animations with step-by-step generators (no blocking loops).
- Instrumentation panel to visualize operation density and complexity at a glance.
- Pathfinding sandbox with clickable walls and switchable algorithms (Dijkstra, A*).
- KMP string matcher with live LPS table updates and match highlighting.
- Composable architecture ready for SSR and testability; add your own algorithms easily.
Sorting Algorithms
10 AlgorithmsVisualize 10 different sorting algorithms including Quick Sort, Merge Sort, Bubble Sort, and more.
Pathfinding Algorithms
10 AlgorithmsExplore pathfinding algorithms like Dijkstra, A*, BFS, DFS, and other graph traversal methods.
String Matching
10 AlgorithmsDiscover string matching algorithms including KMP, Rabin-Karp, Boyer-Moore, and more.