This project aims at showing the execution of different sorting algorithms.
Here is a list of supported sorting algorithms :
- Selection sort
- Bubble sort
- Comb sort
- Insertion sort
- Shell sort
- Odd–even sort
- Merge sort
- Quick sort
- Bitonic sort
- Heapsort
- Smoothsort
Type make
for compiling the project.
After compiling the project, execute the launch
file.