$ git clone https://github.com/averevki/Sorting_Algorithms_Visualisation
$ python3 main.py
- Selection sort
- Quick sort
- Bubble sort
- Merge sort
- Heap sort
- Shell sort
- Insertion sort
- Radix sort
- Comb sort
- Cocktail Shaker sort
- Reverse orders
- Update UI
- New sorts (Bitonic sort, Pigeonhole sort)
Websites Geeksforgeeks and Programiz for algorithms articles.