摘要:
Classic DP. The initial intuitive O(k*n^2) solution is like this: class Solution { public: /** * @param pages: a vector of integers * @param k: an int 阅读全文
posted @ 2015-10-07 15:12
Tonix
阅读(870)
评论(0)
推荐(0)
Tony's LogAlgorithms, Distributed System, Machine Learning |