You are viewing a single comment's thread. Return to all comments →
Who designed those API?
int* rotateLeft(int d, int arr_count, int* arr, int* result_count)
Can anyone explain to me why there is result_count if the size of the array never changes?
result_count
Seems like cookies are disabled on this browser, please enable them to open this website
Left Rotation
You are viewing a single comment's thread. Return to all comments →
Who designed those API?
Can anyone explain to me why there is
result_count
if the size of the array never changes?