π Welcome to my Sorting Visualizer! π
Ever wondered how sorting algorithms work in action? This project provides an interactive visualization of various sorting algorithms, making it easy to see them in action and understand their inner workings.
From the repetitive sways of Bubble Sort to the elegant pivots of Quick Sort, you can witness each algorithm's unique dance as it organizes chaos into order. With this visualizer, learning about sorting algorithms becomes not just educational but also entertaining!
Feel free to explore the different algorithms, adjust parameters, and see how they perform on different datasets. Let's dive into the world of sorting algorithms together and enjoy the mesmerizing spectacle of data dancing into place! πβ¨πΊ
- Clone the Repository:
git clone https://github.com/Vaibhav-kesarwani/Sorting-visualizer.git
- Navigate to the Project Directory:
cd Sorting-visualizer
- Open the HTML File:
- Simply open the
index.html
file in your preferred web browser.
- Simply open the
Alternatively, you can use a local server to run the project:
npm install -g http-server
http-server
Then open your browser and go to http://localhost:3000/5000.
Contributions are welcome! If you have any ideas for improvements or new features, feel free to submit a pull request.