◐ Shell
clean mode source ↗

GitHub - GSAUC3/Algorithm_visualizer: A GUI program to visualize sorting algorithms

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Sorting Algorithm Visualizer

algovis


A gui application to visualize various sorting algorithms using pure python.

How you can use it:

  • Fork & clone this repo in your local machine
  • Run the following two commands and you are done. It's that easy.
pip install -r requirements.txt

Or python3 based on the OS you are on.


Sorting algorithms Covered

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort