This is my own implementation of some sort algorithms.
You need the following tools:
- Python (>=3.9.0)
First download or clone the repository. Next place in the folder and open a terminal.
In order to run the app run the following command
python __init__.py
- Selection sort
- Bubble sort
- Insertion sort
- Merge sort
- Quick sort
- Radix sort
- Counting sort
- Bucket sort
- Shell sort