Maximum sum of strictly increasing susequence of size 4

前端 未结 0 1276
走了就别回头了
走了就别回头了 2020-12-23 04:49

Is there any more efficient way to get the maximum sum of strictly increasing subsequence of size 4? I have used DP where DP[i][j] = max(DP[k][j-1]) such that k < i and A

相关标签:
回答
  • 消灭零回复
提交回复
热议问题