搜索资源列表
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
LinkedStack
- 用C++实现的链式栈,使用了模板类,可以直接引入头文件用于其它项目-Chain stack with C++ implementation, use the template class can be introduced directly into the header files for other projects
LinkedQueue
- 用C++实现的链式队列,使用了模板类,可以直接引入头文件用于其它项目-Chain C++ achieved queue, use a template class can be introduced directly into the header files for other projects