Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 481 Bytes

File metadata and controls

24 lines (17 loc) · 481 Bytes

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