文件名称:DoubleLinkList
介绍说明--下载内容均来自于网络,请自行研究使用
初始化双链表H(H为单链表头指针)
依次采用尾插法插入’a’,’b’,’c’,’d’,’e’五个字符元素
输出双链表H
输出双链表H的长度
判断双链表H是否为空
输出双链表H的第三个元素
输出双链表H中字符元素’d’的位置
在第四个元素位置上插入字符元素’f’
输出双链表H
删除双链表H的第3个元素
输出双链表H
释放并销毁双链表H
-
Initialized double-linked list H (H is single-chain head pointer)
Insert the five-character elements a , b , c , d , e in turn
Output double linked list H
Outputs the length of double-linked list H
Determine if the double-linked list H is empty
Outputs the third element of the double-linked list H
Outputs the position of the character element d in double-linked list H
插 Insert the character element f at the fourth element position
Output double linked list H
Delete the third element of double-linked list H
Output double linked list H
Release and destroy the double linked list H
依次采用尾插法插入’a’,’b’,’c’,’d’,’e’五个字符元素
输出双链表H
输出双链表H的长度
判断双链表H是否为空
输出双链表H的第三个元素
输出双链表H中字符元素’d’的位置
在第四个元素位置上插入字符元素’f’
输出双链表H
删除双链表H的第3个元素
输出双链表H
释放并销毁双链表H
-
Initialized double-linked list H (H is single-chain head pointer)
Insert the five-character elements a , b , c , d , e in turn
Output double linked list H
Outputs the length of double-linked list H
Determine if the double-linked list H is empty
Outputs the third element of the double-linked list H
Outputs the position of the character element d in double-linked list H
插 Insert the character element f at the fourth element position
Output double linked list H
Delete the third element of double-linked list H
Output double linked list H
Release and destroy the double linked list H
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DoubleLinkList.txt