文件名称:try03
介绍说明--下载内容均来自于网络,请自行研究使用
假定一个单向循环链表来表示队列(即循环链队),该队列只设一个队尾指针,不设队首指针,试编写下列各种运算的算法:
1) 向循环链队插入一个元素值为x的结点。
2) 从循环链队中删除一个结点。
3) 访问队列
-The assumption that a one-way circle to indicate the queue list (that is, the cycle chain teams), which is only a team queue tail pointer, the first team with no indicators, test the preparation of the following computing algorithm: 1) to insert a cycle chain team element value of node x. 2) teams from the cycle of chain to remove a node. 3) Access Queue
1) 向循环链队插入一个元素值为x的结点。
2) 从循环链队中删除一个结点。
3) 访问队列
-The assumption that a one-way circle to indicate the queue list (that is, the cycle chain teams), which is only a team queue tail pointer, the first team with no indicators, test the preparation of the following computing algorithm: 1) to insert a cycle chain team element value of node x. 2) teams from the cycle of chain to remove a node. 3) Access Queue
(系统自动生成,下载前可以参看下载内容)
下载文件列表
try03.cpp