We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e6780 commit 453740eCopy full SHA for 453740e
src/main/java/com/thealgorithms/others/ArrayRightRotation.java
@@ -4,13 +4,13 @@
4
* Provides a method to perform a right rotation on an array.
5
* A left rotation operation shifts each element of the array
6
* by a specified number of positions to the right.
7
- *
+ *
8
* https://en.wikipedia.org/wiki/Right_rotation *
9
*/
10
public final class ArrayRightRotation {
11
private ArrayRightRotation() {
12
}
13
-
+
14
/**
15
* Performs a right rotation on the given array by the specified number of positions.
16
*
0 commit comments