Back to Projects
2024Web DevelopmentCompleted

Algorithm Visualizer

An interactive browser-based tool to visualize sorting algorithms and graph traversal.

Algorithm Visualizer

About this Project

Created to help understand algorithm complexity intuitively. The visualizer animates bubble sort, merge sort, quick sort, Dijkstra's algorithm, and BFS/DFS on interactive graphs.

Built with vanilla JavaScript and HTML Canvas — no frameworks — to sharpen fundamentals.