- 1
Help sos
Given an array A size N. Output its elements in the following order: A1,A2,AN,AN-1,A3,A4,AN-2,AN-3,...
1 Odpowiedź
+ 6
First two, last two, first two, last two, etc...
I get what you mean
Given an array A size N. Output its elements in the following order: A1,A2,AN,AN-1,A3,A4,AN-2,AN-3,...