Skip to content

averevki/Sorting_Algorithms_Visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting algorithms visualisation (Python)

Installation and setup

$ git clone https://github.com/averevki/Sorting_Algorithms_Visualisation
$ python3 main.py

Preview

Interface Action Selection

Available sort algorithms

  • Selection sort
  • Quick sort
  • Bubble sort
  • Merge sort
  • Heap sort
  • Shell sort
  • Insertion sort
  • Radix sort
  • Comb sort
  • Cocktail Shaker sort

Planned features

  • Reverse orders
  • Update UI
  • New sorts (Bitonic sort, Pigeonhole sort)

Acknowledgement

Websites Geeksforgeeks and Programiz for algorithms articles.

Aleksandr Verevkin 2022