Skip to content

Welcome to the Sorting Visualizer repository! This project provides an interactive visualization of various sorting algorithms, allowing users to understand and compare their performance in real-time.

Notifications You must be signed in to change notification settings

manukumar07/Sorting_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Welcome to the Sorting Visualizer project! This web application allows you to visualize popular sorting algorithms in action. Watch the algorithms sort an array of numbers and observe how they work step by step.

Features

  • Visualize sorting algorithms such as Bubble Sort, Merge Sort,Insertion Sort, selection sort and Quick Sort.
  • Adjustable speed control to observe sorting in different timeframes.
  • Randomize array feature for quick testing.
  • Clear visualization for understanding algorithm steps.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Getting Started

To run the Sorting Visualizer locally on your machine, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/sorting-visualizer.git
  2. Navigate to the project folder: cd sorting-visualizer
  3. Open index.html in your preferred web browser.

Now you can visualize sorting algorithms and learn how they operate on arrays.

Available Sorting Algorithms

  1. Bubble Sort
  2. Merge Sort
  3. Quick Sort
  4. Insertion Sort
  5. Selection Sort

How to Contribute

If you'd like to contribute to the development of the Sorting Visualizer, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Submit a pull request.

License

This project is licensed under the MIT License.

Feel free to reach out if you have any questions or feedback!

About

Welcome to the Sorting Visualizer repository! This project provides an interactive visualization of various sorting algorithms, allowing users to understand and compare their performance in real-time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published