Description: C语言编写的标准链表模板。包含链表的9种基本操作,链表的创建,判断,结点的增加、删除、查找,链表的删除等。-C language linked list of standard templates. Contains the list of nine kinds of basic operation, list creation, judgments node to add, delete, search, delete, etc. the list. Platform: |
Size: 1024 |
Author:KiD |
Hits:
Description: 使用双链表实现的电话本,能够进行基本的通信人信息的基本编辑,设置有查找功能方便查找-Use double-linked list implementation of the phone book, people can communicate basic information to the basic editing, setting a search feature to easily find Platform: |
Size: 6453248 |
Author:nick |
Hits:
Description: 单链表的相关操作(建立单链表+求长度+显示+查找+插入+删除+排序+就地置逆+求最大最小值+两链表的降序合并)-Single list of related operations (seeking to establish the length of a single linked list+ search+ show++ sort+ insertion+ deletion+ reverse+ find local maximum and minimum set+ merge the two lists in descending order) Platform: |
Size: 452608 |
Author:anderson |
Hits:
Description: 主要包括两个方面,一个是要利用链表的插入运算建立线性链表,并利用链表的查找、删除、输出等基本运算反复实现这些操作,另一个方面就是要建立两个链表,把它们合并成一个线性表。-Mainly include two aspects, one is to use a linked list into a linear list operations, and use the search list, delete, export and other basic operations to achieve these operations repeatedly, the other aspect is to create two lists, merging them into a linear form. Platform: |
Size: 1024 |
Author:邱凌云 |
Hits:
Description: 双向链表的应用,包括建立链表,插入,删除,查找,排序等功能。-Doubly linked list of applications, including the establishment of the list, insert, delete, search, sorting and other functions. Platform: |
Size: 4096 |
Author:曾逸哲 |
Hits:
Description: 此文档为数据结构课程设计,主要是用算法岁双向链表进行双向链表的建立、查找、插入和删除等操作-This document is designed for data structure course, is mainly used for two-way algorithm-year-old two-way linked list creation, search, insert and delete operations Platform: |
Size: 41984 |
Author:huhuanting |
Hits:
Description: 使用C#图形界面,演示单链表的删除、插入、查找等功能。使用画图工具,实时画出每个节点和连线-Use the graphical interface of the C# demo single linked list, delete, insert, search functions. Use drawing tools, real draw for each node and connection Platform: |
Size: 45056 |
Author:黄佳禾 |
Hits:
Description: 使用C#图形界面编程,实现双链表的建立、插入、删除和查找等功能。双链表中的连线和节点可以实时显示。-Use C# GUI programming, to achieve the establishment of a doubly linked list, insert, delete and search functions. Doubly linked list of connections and nodes can be displayed in real time. Platform: |
Size: 44032 |
Author:黄佳禾 |
Hits:
Description: 1. 用链表和数组两种方式分别实现栈的出栈、入栈、取栈顶元素、判空、查找等操作-A linked list and an array of two ways to achieve stack, the stack, the stack, take the top element, sentenced empty, search and other operations Platform: |
Size: 1024 |
Author:捉不住的鼬鼠 |
Hits:
Description: 用C语言实现单链表的建立以及对所建立的单链表进行排序和查找。-Achieve the establishment of a Singly linked list using the C language ,and sort and search on the established Singly linked list. Platform: |
Size: 124928 |
Author:zk |
Hits:
Description: 从键盘依次输入10个整数(彼此以若干空格隔开),在内存中建立一个单链表。然后完成以下操作:
① 查找:输入一个欲查找的整数,找到则显示第一个相匹配的整数在单链表中所处的位置,若不存在,则显示“Not Found”。
② 删除:输入一个欲删除的整数e,若存在则在单链表中删除第一个值为e的元素。
③ 插入:输入一个欲插入位置i和欲插入元素e,将e插入到第i个整数之前(注意i的合法性)。-Single linked list to create, delete, search, insert Platform: |
Size: 1024 |
Author:黄磊 |
Hits:
Description: 单链表,实现链表的查找、插入、删除等功能。-Single linked list, the realization of the search list, insert, delete and other functions.
Platform: |
Size: 258048 |
Author:ROUKEN |
Hits:
Description: 已知一个带有表头结点的单链表,结点结构为 ,假设该链表只给出了头指针list。在不改变链表的前提下,请设计一个尽可能高效的算法,查找链表中倒数第k个位置上的结点(k为正整数)。若查找成功,算法输出该结点的data域的值,并返回1;否则,只返回0。
-Given a single linked list with a header node, node structure, assuming that the list gives only the head pointer list. On the premise of not changing the list, please design a possible and efficient algorithm, the penultimate K position on the search list nodes (k is a positive integer). If the search is successful, the data domain algorithm for the output of the node values, and returns 1 otherwise, only to return 0. Platform: |
Size: 1024 |
Author:陈默 |
Hits: