Algorithm Visualizer

Bubble Sort

Visualize

Selection Sort

Visualize

Insertion Sort

Visualize

Merge Sort

Visualize

Quick Sort

Visualize

About 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!