This is a Sorting Visualizer built with Next.js, TypeScript, and Shadcn/UI. It allows you to visualize various sorting algorithms such as bubble sort, insertion sort, merge sort, quick sort, and selection sort.
- Visualize sorting algorithms in real-time
- Choose from multiple sorting algorithms
- Adjust the speed of the visualization
- Randomize the input array for different scenarios
- Next.js: A React framework for building server-side rendered and static websites
- TypeScript: A statically typed superset of JavaScript that compiles to plain JavaScript
- Tailwind CSS: A utility-first CSS framework for quickly building custom designs
- Shadcn/UI: A UI library for creating beautiful and responsive user interfaces
To get started with the Sorting Visualizer, follow these steps:
-
Clone the repository:
git clone https://github.com/Maverick7274/Sorting-Visualizer.git