Skip to content

πŸ‘‹ 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.

License

Notifications You must be signed in to change notification settings

NormalizerXD/Sorting-visualizer

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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! πŸ’ƒβœ¨πŸ•Ί


Screenshot from 2024-04-11 11-36-42



Screenshot from 2024-04-11 11-00-30

How to Run

  1. Clone the Repository:
    git clone https://github.com/Vaibhav-kesarwani/Sorting-visualizer.git
  2. Navigate to the Project Directory:
    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:

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.

About

πŸ‘‹ 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • CSS 20.7%
  • HTML 14.2%