搜索资源列表
2.29
- A,B,C三个单链表做存储结构的递增有序链表现对A表做以下操作:删除既在B表又在C表中出现的元素-A, B, C 3-Chain store done in an orderly structure of the increased performance of the A chain table do the following : both delete Table B C in the table of elements
shujujiegoudanlianbiao
- 输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integer
list
- 建立一个单链表并对链表进行插入、删除操作 插入运算 在头指针为head的链表中,在值为a的结点前面插入一个值为x的结点。若链表为空
List
- 带表头结点的单链表 可完成基本的单链表操作 可查找删除第N个或值为X的结点 可删除重复结点