How you can use it:
- Fork & clone this repo in your local machine
- Run the following two commands and you are done. It's that easy.
pip install -r requirements.txt
python main.py
Or python3 based on the OS you are on.
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Quick Sort