Skip to content
Snippets Groups Projects
Commit 871011a7 authored by Pedro Folloni Pesserl's avatar Pedro Folloni Pesserl
Browse files

small improvement on bubble sort

parent 3e821beb
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -67,6 +67,7 @@ racional **ordenar_vetor_racional(racional **vet, int tam) {
swaps++;
}
}
tam--;
}
return ord;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment