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 6533338 commit ed36d8aCopy full SHA for ed36d8a
src/main/java/com/thealgorithms/dynamicprogramming/UniqueSubsequencesCount.java
@@ -12,7 +12,7 @@
12
* using dynamic programming and recursion. It ensures that duplicate characters
13
* are not counted multiple times in the subsequences.</p>
14
*
15
- * <p> @author Author: https://github.com/Tuhinm2002 </p>
+ * <p> Author: https://github.com/Tuhinm2002 </p>
16
*/
17
public final class UniqueSubsequencesCount {
18
0 commit comments