2024•Web Development•Completed
Algorithm Visualizer
An interactive browser-based tool to visualize sorting algorithms and graph traversal.
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.