
基础算法
文章平均质量分 80
TWLS
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
算法:装箱问题——bin-packing problem(greedy algorithm)
problem:Afactory produces products packed in square packets of the same height h and ofthe sizes 1*1, 2*2, 3*3, 4*4, 5*5, 6*6. These products are always delivered tocustomers in the square parcels of ...原创 2018-07-13 10:55:22 · 8122 阅读 · 0 评论 -
算法:解码方法(动态规划)—— decode-ways(Dynamic programming)
problem:A string “s” is consisted of number characters. If thesubstring value of one or two adjacent characters in “s” is between 1 and 26,the substring can be converted to an alphabet. The rule is se...原创 2018-07-13 11:00:33 · 966 阅读 · 0 评论