Skip to content

Latest commit

 

History

History
15 lines (5 loc) · 724 Bytes

README.md

File metadata and controls

15 lines (5 loc) · 724 Bytes

Sorting-Algorithms-C

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/

GifMaker_20210827232523926