Skip to content

Sorting-Visualizer is a graphical user interface used to visual five common sorting algorithms

Notifications You must be signed in to change notification settings

BradenThomp/Sorting-Visualizer

Repository files navigation

Sorting-Visualizer

Sorting-Visualizer is a graphical user interface used to visual five common sorting algorithms

Installation

Download zip and open project in pycharm.

For running without IDE virtual environment must be activate.

In Windows10 cmd this would be:

cd venv/Scripts
activate
cd ../../
python Application.py

Usage

Randomize Data - Randomizes the data seen on screen
Five Sorting Buttons - Sorts the data using the corresponding algorithm

About

Sorting-Visualizer is a graphical user interface used to visual five common sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published