W
This commit is contained in:
@@ -68,8 +68,8 @@ void run_exp(void) {
|
||||
|
||||
fprintf(f, "# N Radix Heap Bubble \n");
|
||||
|
||||
int n = 50000,end=MILLION,step = n;
|
||||
for (;n<end;n+=step){
|
||||
int n = MILLION,end=MILLION,step = 50000;
|
||||
for (;n<=end;n+=step){
|
||||
|
||||
uint32_t *arr = (uint32_t*)malloc(sizeof(uint32_t) * n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user