搜索资源列表
ssd7exercise4
- 1使用到了stl sorting 2stl find 3实现所有声明的函数。 关键方法是: virtual Listing sort(string field) 根据选择"email," "start," "close," and "quantity."来对list中的advertisements进行排序。 virtual Listing filter(string keyword) 筛选出whose name or descr iption contains
SingleLinkSort
- 使用Visual C++,其实是用了STL了,实现单链表的排序,通过采用分治法,使得时间为O(n*log(n)),空间复杂度O(n)。-Sort of Single Link List
STL
- 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement