一个数组,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

相关文章:

  • 2022-12-23
  • 2021-07-12
  • 2021-07-12
  • 2021-07-02
  • 2021-12-05
  • 2021-10-18
  • 2021-08-09
猜你喜欢
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2022-01-18
  • 2022-02-05
  • 2021-07-30
相关资源
相似解决方案