Skip to content
Snippets Groups Projects
Commit e4de54b7 authored by clm15@inf.ufpr.br's avatar clm15@inf.ufpr.br
Browse files

arrumado!


Signed-off-by: default avatarCristopher <clm15@inf.ufpr.br>
parent 313882f7
Branches
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ void Particao (int *vet, int esq, int dir, int *pos_pivo) ...@@ -98,7 +98,7 @@ void Particao (int *vet, int esq, int dir, int *pos_pivo)
pivo = vet[med]; pivo = vet[med];
vet[med] = vet[esq]; vet[med] = vet[esq];
vet[esq] = pivo; vet[esq] = pivo;
i = esq+1; i = esq;
j = dir; j = dir;
while (i < j) while (i < j)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment