摘要:
来自http://www.geeksforgeeks.org/dynamic-programming-set-7-coin-change/ 对于整数N,找出N的所有零钱的表示。零钱可以用S={s1,s2,s3,..sm}表示,每种零钱的数量为无穷。请问有多少种找零的方法? 例如, N = 4,S = 阅读全文
摘要:
C++ STL中Map的按Key排序和按Value排序 http://blog.sina.com.cn/s/blog_5f93da790101hy2p.html 阅读全文
摘要:
详细解说 STL 排序(Sort) http://www.cppblog.com/mzty/archive/2005/12/15/1770.html 详细解说 STL 排序(Sort) 作者Winter 详细解说 STL 排序(Sort) 0 前言: STL,为什么你必须掌握 1 STL提供的Sor 阅读全文