Posts by Luiz Filipe • 11 points
1 post
-
1
votes1
answer2428
viewsA: Calculate execution time of a sort algorithm in C
It has the clock() function of the timer library. h, with it you get the amount of processor clocks :) To use is easy, first you capture the clock before starting the sorting and then just when…