C++ Clocking the processing time to sort data using algorithms. /Heap Sort / Bubble Sort/ Insertion Sort/ Merge Sort/ Quick Sort/ Iterative and recursive methods.
The purpose of this project is to calculate the processing time for different sorting algorithms. In order to record the compute time the clocks() package is used including CLOCKS_PER_SEC. Random data is generated and sorted up to 1,000,000. The speed depends on the machine.
Test the source code with online compiler: https://www.programiz.com/cpp-programming/online-compiler/