We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a2098 commit 4207431Copy full SHA for 4207431
Arrays/Two pointers/RotateArray.java
@@ -1,5 +1,5 @@
1
/*
2
-Right Rotate an Array by k position (using Reversal Algorithm)
+Right Rotate an Array by k positions (using Reversal Algorithm)
3
*/
4
import java.util.Scanner;
5
public class RotateArray
Arrays/Two pointers/RotateArray.java.bak
@@ -1,3 +1,6 @@
+/*
+Right Rotate an Array by k position (using Reversal Algorithm)
+*/
6
{
0 commit comments