资源列表
1111
- 建立一棵二叉树,并按照中序、先序、后序及按层次方法访问-Create a binary tree inorder, preorder, postorder and hierarchical method to access
xydh
- 题目六:校园导游咨询 【问题描述】:设计一个校园导游程序,为来访的客人提供各种信息查询服务。 【基本要求】:(1)设计你的学校的校园平面图,所含景点不少于十个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访的客人提供图中任意景点相关信息的查询。 (3)求出校园平面图的最小生成树。 -Title VI: The Campus Guide consulting Problem Descr iption: Des
BiTree
- 二叉排序树的建立、插入与删除。按递增顺序插入N个整数,并按同样顺序删除;-Binary sort tree establishment, insertions and deletions. Insert N integers in ascending order, press the same sequence deleted
2
- 建立一个长度一定的链表队列,从头至尾输出队列元素,元素进队,队首元素出队,计算队列长度,判断是否为空,销毁队列-build a linkqueue, print the queue, add element to the queue, destroy the queue.
1-2
- 从文件读入30个无序整数,建立一个双向循环链表并输出,调整链表顺序为 (a1,a3.a5…,a2,a4,a6…)并输出。-Read from the document 30 disorderly integer, a bidirectional circular list and output adjustment linked list of the order of (a1, a3.a5 ..., a2, a4, a6 ...) and outputs.
DoubleLinkList
- 数据结构中,关于双向链表的实现,双向链表的实现稍微有点复杂。-Doubly linked list implementations in the data structure, the realization of the doubly linked list is a little bit complicated.
Transpose
- 利用C++对一个任意的矩阵进行转置运算,即元素的位置交换-Using C++ for an arbitrary matrix transpose operation
josephus
- 算法与数据结构——josephus 算法与数据结构实现josephus算法-Algorithms and Data Structures- josephus Algorithms and Data Structures josephus algorithm
huffman
- 算法与数据结构-huffman 算法与数据结构实现huffman算法-Algorithms and Data Structures Algorithms and Data Structures-huffman huffman algorithm
picture
- 数据结构的核心单元图,程序里有写好的包括图的几种遍历和最短路径搜索-The core unit of the data structure diagram, program written including several traversal and shortest path search
cPPnormalc
- 求主合区方式。包含各种逻辑运算符。该程序用C++编写。程序可读性强,程序通俗易懂,包含丰富的注释。-Find the host contract area. Contains a variety of logical operators. Writing the program C++. The program readability, and the program is easy to understand, contains a wealth of annotation.
bishops
- 棋盘上的象 ★问题描述: 国际象棋中的象在棋盘上总是沿着对角线方向移动。若两个象互相处在对方可以到达的 位置上,就可以互相攻击。 ★实验任务: 现在给你两个整数 n 和 k,求出将 k 个象摆放在一个 n×n 的棋盘上,并保证它们互相不能攻击的方案数。-On the board as ★ problem descr iption: like chess on the board is always moving along the diagonal direction.
