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 af85032 commit e606da3Copy full SHA for e606da3
src/test/java/com/thealgorithms/stacks/MonotonicIncreasingStack.java
@@ -7,7 +7,7 @@
7
import java.util.Arrays;
8
import java.util.Stack;
9
10
-public class MonotonicIncreasingStack {
+public class final MonotonicIncreasingStack {
11
12
private MonotonicIncreasingStack() {
13
throw new AssertionError("Cannot instantiate utility class");
0 commit comments