C++ for random number generation and custom sorter

This small project uses c++ to generate random numbers and sort them using a custom quicksort sorting algorithm. Aditionally, compares the custom sorting algorithm with the built-in sorting algorithm in c++, providing execution time for both algorithms, and proving the sorting is correct.

Finally, a makefile is provided to compile the project easily and run the program.