We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea9c88 commit 8820a15Copy full SHA for 8820a15
src/main/java/com/thealgorithms/others/SnakeAndLadder.java
@@ -6,7 +6,7 @@
6
7
// Java program to find the minimum number of dice throws required to reach
8
// the last cell from the first cell of a given snake and ladder board.
9
-public class SnakeAndLadder {
+public final class SnakeAndLadder {
10
11
// Private constructor to prevent instantiation
12
private SnakeAndLadder() {
0 commit comments