Skip to content

A sorting algorithms visualizer that allows you visualize insertion, bubble, merge sorts in ascending and descending order. Built with Python.

Notifications You must be signed in to change notification settings

Ugbe/sorting-algo-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

sorting-algo-visualizer

image

A python based sorting algorithms visualizer that allows you visualize insertion, bubble, merge sorts in ascending and descending order.

Getting started

To try this visualizer out, you can download the executable if you are on a Windows machine. Else, if you want to run it from source yourself, ensure you have Python and Pygame installed. After installing Python, you can install Pygame by running the following command on your terminal.

pip install pygame

Afterwards, you can simply download sorting.py, (or fork and clone the repo) and run it from the terminal or your IDE as you like.

Enjoy! By the way, contributions are very welcome!

About

A sorting algorithms visualizer that allows you visualize insertion, bubble, merge sorts in ascending and descending order. Built with Python.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages