资源列表
data-structure
- 数据结构1800例题与答案,很多经典例题,包括大量考研题,对数据结构学习很有帮助-<data structure> exercises
data-structure
- 严蔚敏《数据结构》源代码,包括C语言代码和C++代码,还不错-Yan Weiming<data structure>source code
Hash
- 数据结构哈希算法实现 大二数据结构课程序-program of Hash
DFS
- dfs数据结构课作业程序 大二完成程序设计-program of dfs
Prim
- PRIM 算法 数据结构 作业程序设计 大二完成-program of PRIM
Sort
- SORT编程 数据结构课程设计算法设计 大二完成-PROGRAM OF SORT
Maze
- 该程序是数据结构栈的应用,迷宫游戏,该游戏自动完成迷宫的路径并显示。-The program is the application of data structure stack, a maze game, the game automatically complete the path of the labyrinth and displayed.
Huffman
- 哈弗曼树 设字符集为26个英文字母,求出每个字母的出现频率-huffman tree Set the character set of 26 letters of the alphabet, find the frequency of occurrence of each letter
10907030238
- 1、分别完成顺序表和链表的实现,并用数据测试。例如:输入数据36,65,32,75,46,80。 (1)输出这些数据。 (2)在75前面插入一个数据38,输出插入后的链表。 (3)删除75 (4)修改36为90-1, respectively, to complete the sequence table and linked list implementation, and data used in testing. For example: input data 36,6
zhan
- 1、用栈实现10进制,转其它进制的算法,要求输入一个10进制整数和需要转换的进制,输出转换后的结果。 2、用栈完成括号匹配检验程序。 3、用递归求n!。-A base 10, using the stack, turn the other hex algorithm asked to enter a decimal integer, and the need to convert the hex output conversion results. Match the test pr
paixu
- 生成1000个随机数,调用各个排序算法(5个),比较它们的运行时间(输出各个排序算法的运行时间)。-Generate 1000 random numbers, call (5) of the various sorting algorithms, comparison of their running time (the output of each sorting algorithm running time).
quchong
- 生成100个1-100之间的随机数到文件(data.txt),然后读出进行排序和去重后,输出到文件result.txt。(提交源代码和两个txt文件)-Output to generate a random number between 1-100 100 to a file (data.txt), and then read out the sorting and de-emphasis file result.txt. (Submitted to the source code and tw
