搜索资源列表
delete
- 建立一个链表,每个结点包括:学号、姓名、性别、年龄,输入一个学号,如果链表中的结点包括该学号,则输出该结点内容后,并将其结点删去。 -Set up a linked list, each node including: study number, name, sex, age, learn to enter a number, if the linked list node in the study including the number, then output the contents
link3
- 带表头结点单向链表类的实现(包括单向链表插入,删除和查找操作的实现)-Table with the first list node type of the realization of a one-way (including a one-way linked list insert, delete and search operations to achieve)
linked_list
- linked list. its give full detailed of about linked list. how to create and delete a node.