Skip to content

Visualizing Sorting Algorithms: Merge Sort, Quick Sort(Hoare partition scheme), Heap Sort, Insertion Sort, Bubble Sort.

License

Notifications You must be signed in to change notification settings

Rahul-Chauhan21/SortingVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license GitHub issues GitHub stars Linkedin


Sorting Visualizer App



Explore the docs »

View Website · Report Bug

Table of Contents

About The Project

The project is build upon React library and serves as a visualization tool for different sorting algorithms. Currently the user is able to visualize Merge Sort, Quick Sort(Hoare Partition), Heap Sort, Insertion Sort and Bubble Sort.
The project is hosted on Github pages.

Built With

Following technologies are used in the project.

  • HTML 5
  • CSS 3
  • Bootstrap 4
  • React Js
  • Reactstrap

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. 🙌🙌

  1. Fork the Project
  2. Clone the repo(https://github.com/Rahul-Chauhan21/SortingVisualizer.git)
  3. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request(https://github.com/Rahul-Chauhan21/SortingVisualizer/pulls)

In case you found a bug 🐛

Open an issue (https://github.com/Rahul-Chauhan21/SortingVisualizer/issues)
Or Contact me

License

Distributed under MIT License © 2020 Rahul Chauhan. See LICENSE for more information.

Contact

Rahul Chauhan : Gmail - Linkedin

Project Link : https://github.com/Rahul-Chauhan21/SortingVisualizer


Special Thanks to Clement