一个数组,N个正整数,分成x段,找一种分段法,minimize the maximum sum of x
pieces,
0 < sum of piece < sum all, 在这个区间进行二分
http://poj.org/problem?id=3273
http://poj.org/bbs?problem_id=3273
一个数组,N个正整数,分成x段,找一种分段法,minimize the maximum sum of x
pieces,
0 < sum of piece < sum all, 在这个区间进行二分
http://poj.org/problem?id=3273
http://poj.org/bbs?problem_id=3273
相关文章: