This code was created to test the efficiency of commonly used sorting algorithms in C.
The algorithms tested include:
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Shell Sort
- Tim Sort
All algorithms sort data in decreasing order.
Clone the repository to your machine, navigate to the directory, and then run the Makefile:
make allNext, execute the binary generated in the bin directory:
./bin/PROJETO2