搜索资源列表
zhigongguanli
- 建立一个结点包括职工的编号、年龄和性别的单向链表,分别定义函数完成以下功能: (4)删除指定编号的职工结点; (5)删除年龄在60岁以上的男性职工或55岁以上的女性职工结点,保存在另一个链表中。 主函数建立简单菜单选择,测试你的程序。-establish a node, including the number of employees, age and gender of the one-way linked list, defined function to complete t
zmknne
- 单链表的反转 运行此程序后,你可以输入若干个数字,每输入一个数字,系统在链表中开辟一个新的结点,并把新输入的数字插入到链表的表头。运行主函数时,首先调用CreateList_L(L,n)函数,建立一个链表,并输入数据,然后最后调用输出函数,显示建立链表后链表内的内容;再调用反转函数,把链表中的数字在此链表中反转,最后调用输出函数,显示反转后的链表内的内容,可以显示出调用反转函数后,链表内的数据都进行了反转。 -reversal run this program, you can import a
danlianbiao
- 此为数据结构中 单链表的定义和实现。其中包括了我们使用单链表中的常见的一些函数的定义和实现,并且进行了验证,经过证明自己的思路是正确的,具有很好的参考价值-this data structure for single-linked list to the definition and implementation. These include our use of single-linked list of some common definition of the function and a
DOUBLE_LINK
- 用C语言实现的一个双向链表,具有插入删除,查找等操作-C language of a two-way linked list, with the deletion of insertion, search, etc
2.19
- 题目:已知线形表中的元素以值递增有序排列,单链表做存储结构,编写删除表中所有大于mink且小于maxk的元素-topics : known linear elements in the table to increase the value of orderly, single-linked list as storage structures, Table prepared to delete all but less than mink elements maxk
elbsxh
- 两个任意链表合并成单链表,并按顺序排列。先进先出。-two arbitrary Chain merged into single linked list, with a chronological order. FIFO.
啊容
- 基于C++的数据结构,用单链表实现约瑟夫环问题,单链表的实现-C-based data structure, to achieve single-Chain Josephus, the realization of single-linked list
反向输出一个链表,连接两个链表
- 包括反向输出一个链表,连接两个链表。以及一些例子。,Including the reverse output of a linked list, connecting the two lists. As well as some examples.
doubly-linked-list
- 使用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.
4
- 1.输入字符序列,建立二叉链表。 2.中序遍历二叉树:递归算法。 3.中序遍历二叉树:非递归算法。 4.求二叉树的高度。 5.求二叉树的叶子个数。 6.试编写交换以二叉链表作存储结构的二叉树中所有结点的左、右子树的算法。 7.建立中序线索二叉树,并实现中序遍历。 -1. Input sequence of characters, the establishment of binary list. 2. Inorder traversal binary tree:
Data-Chapter6-Exercise
- 管理系统,用链表实现,其中包括节点的一些操作内容-Management system, using linked list implementation, including operation of the contents of some nodes
lianbiaocharu
- 建立一个链表表示一个集合,实现集合元素的添加。可以通过文件输入输出-The establishment of a linked list to represent a collection of elements added to achieve a collection. Input and output documents can be
doubly-linked-list-
- c++双向链表通用各种函数:初始化、添加、删除、统计结点、-common to c++ doubly linked list a variety of functions: initialization, add, delete, statistics node, etc.
list
- 创建单链表实现简单的文版编辑,查找,插入-Simple text editor to create a single linked list, find, insert, etc.
List-nodes-sorted
- 链表指针,节点进栈出栈,节点的排序,节点的删除-Linked list pointer node into the stack, stack, sort of node, node deletion
Single-linked-list
- 设计一个单链表并将单链表进行合并与逆置的操作。-Single linked list merge with inverse set
double-linked-pragram
- Doubly linked list program
List
- 链表C++代码,有插入数据、删除数据等操作-The linked list C++ code, insert data, delete data operations such as
single-linked-list
- 单链表,实现链表的查找、插入、删除等功能。-Single linked list, the realization of the search list, insert, delete and other functions.
Hotel_linkedList
- make hotel example by linked list