show when timer stops

Este commit está contenido en:
Chris Cromer 2018-11-12 18:31:00 -03:00
padre ff70e7df27
commit 9f99802fae
Firmado por: cromer
ID de clave GPG: 39CC813FF3C8708A

Ver fichero

@ -232,11 +232,12 @@ int main (int argc, char **argv) {
// quick sort
}
else if (algoritmo == 2) {
fprintf(stdout, "Bubble sort corriendo...\n");
fprintf(stdout, "Bubble sort corriendo... ");
fflush(stdout);
start_timer();
bubble_sort(array, n);
stop_timer();
fprintf(stdout, "done\n");
}
else if (algoritmo == 3) {
// bitonic sort