上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: 每日算法 those times when you get up early and you work hard; those times when you stay up late and you work hard; those times when don’t feel like workin 阅读全文
posted @ 2020-03-28 21:06 _starsky 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 每日算法 those times when you get up early and you work hard; those times when you stay up late and you work hard; those times when don’t feel like workin 阅读全文
posted @ 2020-03-27 23:56 _starsky 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 每日算法 those times when you get up early and you work hard; those times when you stay up late and you work hard; those times when don’t feel like workin 阅读全文
posted @ 2020-03-26 19:31 _starsky 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 每日算法 those times when you get up early and you work hard; those times when you stay up late and you work hard; those times when don’t feel like workin 阅读全文
posted @ 2020-03-25 16:24 _starsky 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 每日算法 those times when you get up early and you work hard; those times when you stay up late and you work hard; those times when don’t feel like workin 阅读全文
posted @ 2020-03-24 18:54 _starsky 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 每日算法 those times when you get up early and you work hard; those times when you stay up late and you work hard; those times when don’t feel like workin 阅读全文
posted @ 2020-03-23 21:03 _starsky 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 每日算法 those times when you get up early and you work hard; those times when you stay up late and you work hard; those times when don’t feel like workin 阅读全文
posted @ 2020-03-22 23:43 _starsky 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 每日算法 those times when you get up early and you work hard; those times when you stay up late and you work hard; those times when don’t feel like workin 阅读全文
posted @ 2020-03-21 20:17 _starsky 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 贪心算法入门(greedy algorithm) 贪心算法,又名贪婪法,是寻找最优解问题的常用方法,这种方法模式一般将求解过程分成若干个步骤,但每个步骤都应用贪心策略,选取当前状态下最好/最优的选择(局部最优解),并以此希望最后堆叠出的结果也是最好/最优的解。 解决贪心问题的基本步骤 1. 将原问题 阅读全文
posted @ 2020-03-21 13:13 _starsky 阅读(2197) 评论(0) 推荐(0) 编辑
摘要: 线段树模板 单点修改 区间查询模板 阅读全文
posted @ 2020-03-21 10:32 _starsky 阅读(165) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页