fix #68
This commit is contained in:
parent
5222201380
commit
2ae8b5d34a
@ -88,7 +88,7 @@ void rotate(int nums[], int n, int k) {
|
||||
return rotate1(nums, n, k);
|
||||
}
|
||||
cout << "[2] ";
|
||||
return rotate1(nums, n, k);
|
||||
return rotate2(nums, n, k);
|
||||
}
|
||||
|
||||
void printArray(int nums[], int n) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user