Skip to content
Snippets Groups Projects
Commit 02789ff4 authored by yogaadrian's avatar yogaadrian
Browse files

laporan

parent bf86b88f
Branches
No related merge requests found
No preview for this file type
...@@ -29,7 +29,6 @@ int main(int argc, char** argv){ ...@@ -29,7 +29,6 @@ int main(int argc, char** argv){
int c; int c;
for (c = 0; c < n; c++) { for (c = 0; c < n; c++) {
input[c] = abs(rand() % 1000000); input[c] = abs(rand() % 1000000);
printf("%d. %d\n", c, input[c]);
} }
min = input[0]; min = input[0];
...@@ -136,9 +135,6 @@ int main(int argc, char** argv){ ...@@ -136,9 +135,6 @@ int main(int argc, char** argv){
indexi++; indexi++;
} }
} }
for(i=0; i<n; i++){
printf("%d ", input[i]);
}
}else{ }else{
int c, d, t; int c, d, t;
for (c = 1 ; c <= bucketNEff - 1; c++) { for (c = 1 ; c <= bucketNEff - 1; c++) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment