搜索资源列表
singlelink
- 单链表类的设计与实现,使用c++语言来描述-template<class type>class LinkList template<class type> class Node { friend class LinkList<type> //定义类LinkList<type>为友元 Node <type>*next //结点的指针域
LinkList
- 单链表的实现,使用C++,一共实现10个功能-Single linked list implementation, use C++, a total of 10 functions to achieve