Skip to content

This is a sort visualization program created using Python.

Notifications You must be signed in to change notification settings

laughing-nerd/sort-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sort Visualizer

This is a basic sort visualization program built using Python. The basic idea is to help people visualize how sorting algorithms work.

Usage

If you want to use it, you have to have Python 3.10 installed on your system. I'll try to make executable files in future. Till then, stay tuned. After cloning the repository, open up terminal and run
pip install pygame
You need pygame module to use this program.

After installing pygame, run the following command:
python3 main.py if you are on Linux, or
python main.py if you are on Windows

P.S.: DO NOT TAMPER WITH config.txt FILE UNLESS YOU KNOW YOUR STUFF ELSE YOU MIGHT RUN INTO ISSUES

Contribution

This is an open source project and anyone can contribute.

Extras

I am not a hardcore Python dev, so please don't hate me if my code looks stupid :| This program might have some bugs.

About

This is a sort visualization program created using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages