Algo-Visualizer is a dynamic and interactive web application built with React, Vite, and Bootstrap that allows users to visualize various sorting algorithms. The current version of the project includes visualizations for selection sort, merge sort, bubble sort, quick sort, and insertion sort. Future updates may include additional algorithms and features.
Clone the repository:
git clone https://github.com/your-username/Algo-Visualizer.git cd Algo-Visualizer
Install dependencies:
npm install
Start the development server:
npm run dev