文件名称:single-linked-list2
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
初始化循环单链表H;
依次采用尾插法插入a,b,c,d,e元素;
输出循环单链表H;
输出循环单链表H长度;
判断循环单链表H是否为空;
输出循环单链表H的第三个元素;
输出元素’a’的位置;
在第四元素位置上插入’f’元素;
输出循环单链表H;
删除循环单链表H的第三个元素;
输出循环单链表H;
-Initialize the circular single linked list H Turn the tail interpolation into the A, B, C, D, e elements Output circular single linked list H Output circular single linked list length H The third element of the output circular single linked list H The output element a position In the fourth elements into the f element position Output circular single linked list H Output circular single linked list H Remove the third element circular single stranded H Output circular single linked list H
依次采用尾插法插入a,b,c,d,e元素;
输出循环单链表H;
输出循环单链表H长度;
判断循环单链表H是否为空;
输出循环单链表H的第三个元素;
输出元素’a’的位置;
在第四元素位置上插入’f’元素;
输出循环单链表H;
删除循环单链表H的第三个元素;
输出循环单链表H;
-Initialize the circular single linked list H Turn the tail interpolation into the A, B, C, D, e elements Output circular single linked list H Output circular single linked list length H The third element of the output circular single linked list H The output element a position In the fourth elements into the f element position Output circular single linked list H Output circular single linked list H Remove the third element circular single stranded H Output circular single linked list H
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lab2_2.cpp