Interactive visualizer to help competitive programmers understand algorithms step by step.
- Binary Search, Two Pointers, Prefix Sums, Sliding Window
- Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort
- BFS, DFS, Dijkstra's, Topological Sort
- Union-Find, DP (LIS)
Each algorithm shows the visualization, pseudocode in Python/C++/Java, and step-by-step explanations.
