Algorithm Visualizations

Interactive visualizations to help understand common algorithms and data structures. LeetCode-style problems with step-by-step animations.

Sorting

Coming Soon

Sorting Algorithms

Visualize bubble sort, quicksort, merge sort, and more

Searching

Coming Soon

Binary Search

Step through binary search on a sorted array

Graphs

Coming Soon

BFS & DFS

Graph traversal algorithms visualized

Techniques

Coming Soon

Two Pointers

Common two-pointer technique patterns

Coming Soon

Sliding Window

Sliding window algorithm visualizations

DP

Coming Soon

Dynamic Programming

DP problems with step-by-step solutions

How These Work

  • • Step through algorithms at your own pace
  • • See the data structures update in real-time
  • • Understand time and space complexity
  • • Practice with different input sizes