This project was implemented in the C Programming Language to explore various sorting algorithms and analyze their time complexity under different scenarios.
Program will be compiled this way:
gcc -Wall -Wextra -Werror -pedantic -std=gnu89 *.c -o sorting_algorithm