Skip to content

Znaxh/Algo-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algo-Visualizer

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.

Table of Contents

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