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 1b8480b commit 511ecaaCopy full SHA for 511ecaa
src/main/java/com/thealgorithms/dynamicprogramming/Abbreviation.java
@@ -10,7 +10,9 @@
10
*
11
* The task is to determine whether it is possible to make string `a` equal to string `b`.
12
*/
13
-public class Abbreviation {
+public final class Abbreviation {
14
+ private Abbreviation() {
15
+ }
16
17
/**
18
* Determines if string `a` can be transformed into string `b` by capitalizing
0 commit comments