积少成多

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年5月25日

摘要: 来自http://www.geeksforgeeks.org/dynamic-programming-set-7-coin-change/ 对于整数N,找出N的所有零钱的表示。零钱可以用S={s1,s2,s3,..sm}表示,每种零钱的数量为无穷。请问有多少种找零的方法? 例如, N = 4,S = 阅读全文
posted @ 2016-05-25 17:20 x7b5g 阅读(2291) 评论(0) 推荐(0) 编辑

摘要: C++ STL中Map的按Key排序和按Value排序 http://blog.sina.com.cn/s/blog_5f93da790101hy2p.html 阅读全文
posted @ 2016-05-25 00:22 x7b5g 阅读(158) 评论(0) 推荐(0) 编辑

摘要: 详细解说 STL 排序(Sort) http://www.cppblog.com/mzty/archive/2005/12/15/1770.html 详细解说 STL 排序(Sort) 作者Winter 详细解说 STL 排序(Sort) 0 前言: STL,为什么你必须掌握 1 STL提供的Sor 阅读全文
posted @ 2016-05-25 00:20 x7b5g 阅读(683) 评论(0) 推荐(0) 编辑