文件名称:list
介绍说明--下载内容均来自于网络,请自行研究使用
建立一个单链表并对链表进行插入、删除操作
插入运算
在头指针为head的链表中,在值为a的结点前面插入一个值为x的结点。若链表为空-The establishment of a single linked list and linked list to insert, delete operations in the first insert for the head of the list pointer, in the value of a node inserted before a value of x node. If the list is empty
插入运算
在头指针为head的链表中,在值为a的结点前面插入一个值为x的结点。若链表为空-The establishment of a single linked list and linked list to insert, delete operations in the first insert for the head of the list pointer, in the value of a node inserted before a value of x node. If the list is empty
(系统自动生成,下载前可以参看下载内容)
下载文件列表
list(更新).c