
Sorting Visualizer
ReactNext.jsTailwind CSSTypeScript
A web app that visualizes sorting algorithms
The Sorting Visualizer is an interactive web application that demonstrates how various sorting algorithms work. Users can generate random arrays, select different algorithms, and watch as the elements are sorted in real-time.
This project was built using React, Next.js, and TypeScript, with Tailwind CSS for styling. It serves as both an educational tool and a demonstration of algorithm visualization, helping users understand the differences between sorting algorithms like Bubble Sort, Quick Sort, Merge Sort, and more.