Skip to content

Commit 3a56554

Browse files
committed
Fix
1 parent 8ddbc1f commit 3a56554

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/thealgorithms/dynamicprogramming/Abbreviation.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* 2. Delete any of the remaining lowercase letters from `a`.
1010
*
1111
* The task is to determine whether it is possible to make string `a` equal to string `b`.
12+
*
13+
* @author Hardvan
1214
*/
1315
public final class Abbreviation {
1416
private Abbreviation() {

0 commit comments

Comments
 (0)