mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-22 19:59:09 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -17,7 +17,9 @@ import java.util.Scanner;
|
||||
* "aba | b | bbabb | ababa"
|
||||
* @author [Syed] (https://github.com/roeticvampire)
|
||||
*/
|
||||
public class PalindromicPartitioning {
|
||||
public final class PalindromicPartitioning {
|
||||
private PalindromicPartitioning() {
|
||||
}
|
||||
|
||||
public static int minimalpartitions(String word) {
|
||||
int len = word.length();
|
||||
|
Reference in New Issue
Block a user