https://github.com/vaibhav-kesarwani/sorting-visualizer
👋 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.
https://github.com/vaibhav-kesarwani/sorting-visualizer
css html javascript sorting sorting-algorithms
Last synced: 7 months ago
JSON representation
👋 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.
- Host: GitHub
- URL: https://github.com/vaibhav-kesarwani/sorting-visualizer
- Owner: Vaibhav-kesarwani
- License: mit
- Created: 2024-04-10T15:15:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T12:47:07.000Z (over 1 year ago)
- Last Synced: 2025-01-30T04:02:22.448Z (8 months ago)
- Topics: css, html, javascript, sorting, sorting-algorithms
- Language: JavaScript
- Homepage: https://sorting-visualizer-three-sigma.vercel.app/
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sorting Visualizer
👋 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! 💃✨🕺


## How to Run
1. **Clone the Repository:**
```bash
git clone https://github.com/Vaibhav-kesarwani/Sorting-visualizer.git
```
2. **Navigate to the Project Directory:**
```bash
cd Sorting-visualizer
```
3. **Open the HTML File:**
- Simply open the `index.html` file in your preferred web browser.Alternatively, you can use a local server to run the project:
```bash
npm install -g http-server
http-server
```### Then open your browser and go to http://localhost:3000/5000.
## Contributing
Contributions are welcome! If you have any ideas for improvements or new features, feel free to submit a pull request.