Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 946 Bytes

File metadata and controls

33 lines (27 loc) · 946 Bytes

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