Algorithm Visualizer
Bubble Sort
VisualizeSelection Sort
VisualizeInsertion Sort
VisualizeMerge Sort
VisualizeQuick Sort
VisualizeAbout This Project
This is a web-based visualization tool for algorithms, converted from a Python/Tkinter application to a Next.js web application. It helps students visualize how various algorithms work, making it easier to understand complex concepts.
Currently implemented algorithms include Bubble Sort, Selection Sort, Insertion Sort, Quick Sort, Merge Sort, and Breadth-First Search, with more coming soon!