Visual Sorting Algorithms

visual-sorting-algorithms

Sorting is an integral operation in the world of Computer Science.
This project aims to visually distinguish amongst various sorting algorithms in Python.

Getting Started

Prerequisites

  • The program will run without any issues on any computer, but for a smooth performance, it is recommended to use a system with atleast 4 GB memory, and atleast 2 CPU cores.
  • Python must be installed.
  • You can use git to clone the repository, or you can download the zip file.

Basic Setup

a. If you have Python installed
  • Start the app with the following commands.
python3 main.py

Technologies Used

  • All the visuals were built solely using Python
  • Tkinter and Matplotlib were the libraries used to create the visuals of the project.

Demo

Check out the demo for a quick example of how the project works!

finm

Contributing

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

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin AmazingFeature)
  5. Open a Pull Request

Main Contributors