摘要: http://www.lintcode.com/zh cn/problem/reorder array to construct the minimum number/ 暴力枚举是肯定不可行的,那样复杂度太高(阶乘级)。仔细想想,最优解中两个数字m和n是什么样?一定是mn拼接和nm拼接较小的那个所对 阅读全文
posted @ 2017-06-10 23:21 mioopoi 阅读(158) 评论(0) 推荐(0)