mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-23 04:20:16 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -5,7 +5,9 @@ package com.thealgorithms.dynamicprogramming;
|
||||
|
||||
Link : https://medium.com/analytics-vidhya/leetcode-q70-climbing-stairs-easy-444a4aae54e8
|
||||
*/
|
||||
public class ClimbingStairs {
|
||||
public final class ClimbingStairs {
|
||||
private ClimbingStairs() {
|
||||
}
|
||||
|
||||
public static int numberOfWays(int n) {
|
||||
|
||||
|
Reference in New Issue
Block a user