文件名称:3
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 334kb
- 下载次数:
- 0次
- 提 供 者:
- hua****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
输入一个循环链表,每个结点存一些东西,比如存int 数字,
即构造链表, Node1(存数字3)->Node2(6)-> Node3->Node4->Node1, 然后输入一个位置,比如1, 定位到Node2,从Node2开始每隔三个Node删除一个Node,直到该链表删除完-Enter a circular linked list, each node keep some things, such as deposit int number, that is constructed list, Node1 (deposit number 3)-> Node2 (6)-> Node3-> Node4-> Node1, then enter a location, such as 1, positioned to Node2, Node2 start at intervals of from three to delete a Node Node, until the end of the list to delete
即构造链表, Node1(存数字3)->Node2(6)-> Node3->Node4->Node1, 然后输入一个位置,比如1, 定位到Node2,从Node2开始每隔三个Node删除一个Node,直到该链表删除完-Enter a circular linked list, each node keep some things, such as deposit int number, that is constructed list, Node1 (deposit number 3)-> Node2 (6)-> Node3-> Node4-> Node1, then enter a location, such as 1, positioned to Node2, Node2 start at intervals of from three to delete a Node Node, until the end of the list to delete
(系统自动生成,下载前可以参看下载内容)
下载文件列表
题目3\1.cpp
.....\1.dsp
.....\1.dsw
.....\1.ncb
.....\1.opt
.....\1.plg
.....\Debug\1.exe
.....\.....\1.ilk
.....\.....\1.obj
.....\.....\1.pch
.....\.....\1.pdb
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\.....\题目3.exe
.....\.....\题目3.ilk
.....\.....\题目3.pch
.....\.....\题目3.pdb
.....\题目3.dsp
.....\题目3.dsw
.....\题目3.ncb
.....\题目3.opt
.....\题目3.plg
.....\Debug
题目3
.....\1.dsp
.....\1.dsw
.....\1.ncb
.....\1.opt
.....\1.plg
.....\Debug\1.exe
.....\.....\1.ilk
.....\.....\1.obj
.....\.....\1.pch
.....\.....\1.pdb
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\.....\题目3.exe
.....\.....\题目3.ilk
.....\.....\题目3.pch
.....\.....\题目3.pdb
.....\题目3.dsp
.....\题目3.dsw
.....\题目3.ncb
.....\题目3.opt
.....\题目3.plg
.....\Debug
题目3