资源列表
[数据结构常用算法] changyongsuanfa
说明:C++与数据结构的一些常用算法,很不错哦,大家好好欣赏吧-C++ With the data structure of some commonly used algorithms, very good Oh, we properly appreciate it<zhanghui> 在 2025-06-18 上传 | 大小:26kb | 下载:0
[数据结构常用算法] AirPort
说明:从课本上弄下来的例子,稍微改动了下,是数据结构课的一次实验。-Get down from the textbook examples, slightly changed, the data structure is an experimental class.<linyingxia> 在 2025-06-18 上传 | 大小:5kb | 下载:0
[数据结构常用算法] jisuanqi
说明:设计一个一元多项式的简单计算器,其基本功能应有¬ ①输入并建立多项式,②输出多项式,③多项式相加,④多项式相减,⑤多项式的乘积。可利用单链表或单循环链表实现之。-One dollar to design a simple polynomial calculator, and its basic functions ? ① should have input and to establish polynomial, ② output polynomial, ③ polynomial sum,<hulinjie> 在 2025-06-18 上传 | 大小:7kb | 下载:0
[数据结构常用算法] erchashu
说明:利用哈夫曼编码实现对一个文本文件的内容加密,假设该文本文件只能包含小写字母、空格、逗号、和句号等字符。该程序是实现对文件中的字符进行编码、输出各个字符对应的编码、输出文件的哈夫曼编码。-The use of Huffman coding to achieve the contents of a text file encryption, the assumption that the text file can contain only lowercase letters, spaces, co<hulinjie> 在 2025-06-18 上传 | 大小:29kb | 下载: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 to simulate management. Stack<hulinjie> 在 2025-06-18 上传 | 大小:69kb | 下载:0
[数据结构常用算法] txiangguan
说明:程序中的数据采用“树形结构”作为其数据结构。具体的,采用的是“二叉排序树”。 二叉排序树或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有结点的值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于它的根结点的值;(3)它的左右子树也分别为二叉排序树。-Process the data in a tree structure as its data structure. Concrete, used the binary sort tr<hulinjie> 在 2025-06-18 上传 | 大小:22kb | 下载:0
[数据结构常用算法] Solutions-Algorithms
说明:MIT精品课程算法导论课后习题答案,备注:本答案为英文版 -Introduction to Algorithms MIT Courses Exercises after-school answer Note: The answer to the English version<lee> 在 2025-06-18 上传 | 大小:216kb | 下载:0