[問題] 一題很像LCS的演算法問題

看板CSSE (電腦科學及軟體工程)作者 (無法顯示)時間14年前 (2010/05/26 22:12), 編輯推噓0(002)
留言2則, 1人參與, 最新討論串1/2 (看更多)
Given a sequence of n numbers, find the longest continuous subsequence that has the largest sum. algorithm must be less than O(n^2) 這一整個數列可能是 10, -1, 900, 12, -35... 找出一段讓它的總和最大 時間在O(n^2) 請問這題是問LCS嗎? 還是什麼其它的方法? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.228.31.153

05/26 22:20, , 1F
簡單的 dp 吧
05/26 22:20, 1F

05/26 22:30, , 2F
對了,這種問題到 Prob_Solve 比較適合。
05/26 22:30, 2F
文章代碼(AID): #1B_Immou (CSSE)
文章代碼(AID): #1B_Immou (CSSE)