Sorting Visualizer is a web-based tool that helps you understand and visualize how different sorting algorithms work. Built using JavaScript, CSS, and HTML, this application animates the sorting process for various algorithms.
- Visualize common sorting algorithms.
- Step-by-step animation of the sorting process.
- User-friendly interface.
- Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/MayurKishorKumar/Sorting-Visualizer.git
-
Navigate to the project directory:
cd Sorting-Visualizer -
Install the dependencies:
npm install
-
Run the development server:
npm run dev
Open your browser and go to http://localhost:3000 to see the sorting visualizer in action.
Select a sorting algorithm and watch how it sorts the array step by step.
Contributions are welcome! Please fork this repository and submit a pull request with your improvements.