Sorting Visualizer a GUI based python program to visualize common Sorting Algorithms.
Explore the docs »
View Code
·
Report Bug
·
Pull Request
Table of Contents
This project is about visualizing sorting algorithms like Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Shell Sort, Radix Sort, Cocktail Sort, Gnome Sort, Heap Sort, Bucket Sort, Bitonic Sort, Tim Sort, Comp sort as well as Bogo Sort. We can select any sorting algorithm and visualize how they sort it. We can also change the array size, minimum and maximum number in an array.
Make sour app have the latest version of python & pip installed.
- pip
-m pip install –upgrade pip.
- Clone the repo
git clone https://github.com/KarthikUdyawar/Sorting-Visualizer.git
- Running the app
cd app python main.py
See the network for a list of proposed features from Contributes.
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Instagram : udyawarkarthik
Github : https://github.com/KarthikUdyawar