Skip to content

Commit 5e5ab0a

Browse files
authored
Update PrintMaxSumIncreasingSubseq.java
1 parent 1925420 commit 5e5ab0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamicProgramming/MaximumSumIncreasingSubsequence/PrintMaxSumIncreasingSubseq.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ public void printMaxSumIncreasingSubseq(int A[]){
4444
}
4545

4646
/*
47-
Time Complexity - O(n^2)
47+
Time & Space Complexity - O(n^2)
4848
*/
4949

0 commit comments

Comments
 (0)