Skip to content

Commit 8820a15

Browse files
committed
making class final to pass build
1 parent eea9c88 commit 8820a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/others/SnakeAndLadder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// Java program to find the minimum number of dice throws required to reach
88
// the last cell from the first cell of a given snake and ladder board.
9-
public class SnakeAndLadder {
9+
public final class SnakeAndLadder {
1010

1111
// Private constructor to prevent instantiation
1212
private SnakeAndLadder() {

0 commit comments

Comments
 (0)