I'm learning c on my own and I came across this question.
I'm trying to write a program that sorts a specified number of random sequences of integers.
I'm using bubble sort but i cant get c to print the average sort time, the maximum sort time and the minimum sort for each sequence number. Thanks in advance.
I'm trying to write a program that sorts a specified number of random sequences of integers.
I'm using bubble sort but i cant get c to print the average sort time, the maximum sort time and the minimum sort for each sequence number. Thanks in advance.
Comment