Interactive animations of data structures and algorithms.
Bubble Sort Algorithm
Watch how bubble sort compares adjacent elements and swaps them if they're in the wrong order. Red bars indicate elements being compared, green bars are sorted.
94
55
61
22
34
Queue FIFO Algorithm
Visualize the First-In-First-Out (FIFO) behavior of a queue. Elements are added to the rear (enqueue) and removed from the front (dequeue).