文件名称:list
- 所属分类:
- 其他小程序
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
生成一个单向链表(*pListHead)
用C中的结构体或C++中的类实现
完成基本要求
基本算法要求:
实现对链表的逆序
void reverse(CList& );
查找链表倒数第k个元素
FindFBack(CList&, int k);
高要求:
对链表排序
order(CList&);
判断单向链表是否有环 -Generate a one-way linked list (* pListHead) structure with C or C++ The category to achieve the basic requirements for the completion of the basic algorithm requirements: to achieve the reverse of the list void reverse (CList
用C中的结构体或C++中的类实现
完成基本要求
基本算法要求:
实现对链表的逆序
void reverse(CList& );
查找链表倒数第k个元素
FindFBack(CList&, int k);
高要求:
对链表排序
order(CList&);
判断单向链表是否有环 -Generate a one-way linked list (* pListHead) structure with C or C++ The category to achieve the basic requirements for the completion of the basic algorithm requirements: to achieve the reverse of the list void reverse (CList
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2
.\CList.cpp
.\CList.h
.\Lesson02.dsp
.\Lesson02.dsw
.\Lesson02.ncb
.\Lesson02.plg
.\main.cpp
.\CList.cpp
.\CList.h
.\Lesson02.dsp
.\Lesson02.dsw
.\Lesson02.ncb
.\Lesson02.plg
.\main.cpp