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

Quadra.c


Signed-off-by: default avatarCristopher <clm15@inf.ufpr.br>
parent 6934a1dc
No related branches found
No related tags found
No related merge requests found
......@@ -154,13 +154,3 @@ void QuickSort_it (int *vet, int N)
}
}
}
int sorteia(int um,int outro)
{
int r;
srand(time(NULL));
r=um+(rand()%outro);
return r;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment