Skip to content

DerrianHarris/SortingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SortingApp

App created to show the different sorting algorithms.

Instructions

  • Set Fullscreen flag in SortingApp.py (Defualts to True | Runs faster in fullscreen)

  • Set Window_Size (Defualts to 1920 x 1080 if not in fullscreen)

  • Set Line_Width (Defualts to 10)

  • Run SortingApp.py

  • Key Inputs:

    • R - Reset App
    • Enter/Return - Start Sort
    • ESC - End App
    • 1 - Selection Sort
    • 2 - Insertion Sort
    • 3 - Bubble Sort
    • 4 - Merge Sort
    • 5 - Quick Sort
    • 6 - Heap Sort
    • 7 - Shell Sort

About

App created to show the different sorting algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages