mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-26 22:14:08 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -8,7 +8,9 @@ package com.thealgorithms.others;
|
||||
* @author sangin-lee
|
||||
*/
|
||||
|
||||
public class ArrayLeftRotation {
|
||||
public final class ArrayLeftRotation {
|
||||
private ArrayLeftRotation() {
|
||||
}
|
||||
|
||||
/*
|
||||
* Returns the result of left rotation of given array arr and integer n
|
||||
|
Reference in New Issue
Block a user