Skip to content
Snippets Groups Projects
Verified Commit 3c4a8593 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

removed useless

parent f2a97e3d
Branches
No related tags found
No related merge requests found
Pipeline #26916 passed
......@@ -21,9 +21,6 @@ int main(int argc, char **argv) {
return EXIT_FAILURE;
}
// Add variables for input here: size, seed, sorting_algo_number.
int size = atoi(argv[1]);
int seed = atoi(argv[2]);
int sorting_algo_number = atoi(argv[3]);
srand(seed);
int res[size];
random_tab(size, res, -50, 50);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment