文件名称:List
介绍说明--下载内容来自于网络,使用问题请自行百度
一个单链表,从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上 从任一给定的位置(pr, p)开始,将指针p左移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最左边的结点上。-A single list from any given location (pr, p) to start, move the pointer to the right p k nodes. Removed from the list if p, then p is set to 0, and so remain in the list pr rightmost node from any given position (pr, p) starts, the pointer p k nodes left. Removed from the list if p, then p is set to 0, and so remain in the pr leftmost node list.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
List.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.