fix: it's rather translation, not transposition
This commit is contained in:
parent
d9b2484bd6
commit
0ef019269d
2
main.c
2
main.c
@ -45,7 +45,7 @@ void do_magic(uint arr_len){
|
|||||||
}
|
}
|
||||||
printf("]\n");
|
printf("]\n");
|
||||||
|
|
||||||
printf("[*] transposing array\n");
|
printf("[*] translating the array\n");
|
||||||
|
|
||||||
int *ugly_arr = malloc(arr_len*sizeof(int));
|
int *ugly_arr = malloc(arr_len*sizeof(int));
|
||||||
uint helper = arr_len-1;
|
uint helper = arr_len-1;
|
||||||
|
Reference in New Issue
Block a user