资源列表
[数据结构常用算法] AirPort
说明:从课本上弄下来的例子,稍微改动了下,是数据结构课的一次实验。-Get down from the textbook examples, slightly changed, the data structure is an experimental class.<linyingxia> 在 2024-11-13 上传 | 大小:5kb | 下载:0
[数据结构常用算法] tingchechang
说明:以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。-Simulation of car parks in order to stack to queue simulation sidewalk outside the car, in accordance with the read from the terminal sequence of the input data<hulinjie> 在 2024-11-13 上传 | 大小:69kb | 下载:0
[数据结构常用算法] txiangguan
说明:程序中的数据采用“树形结构”作为其数据结构。具体的,采用的是“二叉排序树”。 二叉排序树或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有结点的值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于它的根结点的值;(3)它的左右子树也分别为二叉排序树。-Process the data in a tree structure as its data structure. Conc<hulinjie> 在 2024-11-13 上传 | 大小:22kb | 下载:0
[数据结构常用算法] Solutions-Algorithms
说明:MIT精品课程算法导论课后习题答案,备注:本答案为英文版 -Introduction to Algorithms MIT Courses Exercises after-school answer Note: The answer to the English version<lee> 在 2024-11-13 上传 | 大小:216kb | 下载:0