Algorithm Visualizer

Understand algorithms through interactive visualizations. Watch how sorting, searching, and pathfinding algorithms work step by step.

Sorting Algorithms

Visualize how different sorting algorithms organize data

Quick Sort
Merge Sort
Heap Sort
Bubble Sort
Selection Sort
Insertion Sort
Counting Sort
Radix Sort

Searching Algorithms

Watch how algorithms find elements in data structures

Linear Search
Binary Search

Pathfinding Algorithms

Explore how algorithms find the shortest path

BFS
DFS
A* Search