资源列表
binarytree
- 二叉树的相关运算,包括先序遍历,中序遍历,后续遍历,层序遍历-Binary tree operations, including preorder traversal, in order traversal, subsequent traversal sequence traversal
gram
- 图的相关运算,包括图的遍历,深度遍历,广度遍历,最小联通子图寻找-FIG related operations, including graph traversal, deep traversal, breadth, traversal, minimum Unicom subgraph Search
数据结构中哈夫曼数的生成实现算法
- 数据结构中哈夫曼数的生成实现算法,数据结构中经典算法-Huffman algorithm
JAVA冒泡排序
- 冒泡排序,Java源码或其他好源码或编程学习资料。-Bubble Sort Java source code or other good source code or programming learning materials.
shudejianliyuchazhao
- Trie树构建与查找,文档包括程序思路详解与代码及注释,数据结构作业-Trie tree Find program ideas Detailed code and notes, data structure operations
取一个整数a从右端开始的4~7位
- 题目:取一个整数a从右端开始的4~7位。-Topic: take an integer a from the right end began to 4 ~ 7 a.
java-diff
- diff查找出两文本的异同点 也可以进行2次开发进行异同筛选-diff can also find out the similarities and differences between the two text 2 development, the similarities and differences between screening
Josephus
- 约瑟夫环问题:设编号为1,2,3,……,n的n(n>0)个人按顺时针方向围坐一圈,每个人持有一个正整数密码。开始时任选一个正整数做为报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m是停止报数,报m的人出列,将他的密码作为新的m值,从他的下一个人开始重新从1报数。如此下去,直到所有人全部出列为止。令n最大值取30。要求设计一个程序模拟此过程,求出出列编号序列-Josephus problem: Let numbered 1, 2, 3, ...... n n (n> 0) i
d5dc6f5f4225
- C语言数据结构实验例子,马踏棋盘,按照程序提示操作-Experimental data structure Horse riding board, follow the program prompts
各种排序算法
- 各种排序算法BubbleSort、DichotomySort、HeapSort、InsertSort、MergeSort、QuickSort、ShellSort、-Various sorting algorithms the BubbleSort DichotomySort HeapSort InsertSort MergeSort the QuickSort ShellSort
erchashu
- 基于C环境的《数据结构》课程中二叉树的源代码。-Based on the source code of the binary tree data structures course in C environment.
shunxubiao
- 顺序表的简单建立,以及相关头文件的使用,有助于初学者学习顺序表-Simple sequence table to establish, and the use of header files, help beginners learn the order table
