FahdSeddik / Sorting-Algorithm-Visualizer

This is a visualization program for certain sorting algorithms written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting-Algorithm-Visualizer

Items that are being switched/check are lit up either green or red

R - Reset array (randomize)
SPACE - Start sorting with chosen sorting algorithm

Implemented sorting algorithms:

  • Insertion Sort
  • Quick Sort
  • Selection Sort

Array size changes when you change algorithm to compensate for speed.

Display

s1

About

This is a visualization program for certain sorting algorithms written in python.


Languages

Language:Python 100.0%