资源列表
kruskal
- 数据机构中克鲁斯卡尔算法的源代码,隶属于图这一章节。-Data institutions Kruskal algorithm source code, under the figure of this chapter.
file encryption
- 利用数据结构中的队列结构,实现简单的文件加密(Using the data structure of the queue structure, to achieve simple file encryption)
zsw
- 这个文件用来进行的实现串的源代码,请各位互相学习交流。本人有不足之处请多多包涵-This file is used for the realization of strings of source code, please learn from each other exchanges. I have inadequate please excuse me
FunPointer
- C/C++中的函数指针的声明和使用,与C#中的委托类似,可以实现类似范型的功能。-The sample of function pointer in C/C++.
traversing-graph
- 图的遍历,用两种经典算法实现对任意图的遍历-Graph traversal, two classical algorithm on any graph traversal
josephus
- 算法与数据结构——josephus 算法与数据结构实现josephus算法-Algorithms and Data Structures- josephus Algorithms and Data Structures josephus algorithm
BottomUpSort
- 二分排序法,时间复杂度为,最好的排序方法-The C Project is for the Sort of Array BottomUpSort
MazeMouse
- 一个迷宫算法,使用深度搜索的方法实现的,程序是使用c语言编写的,已经调试成功可以运行-A maze algorithm, the depth of the search methods used to achieve
exam2
- 1) 多元树的表示法 2) 先根遍历、后根遍历的递归算法、多元树的层次遍历方法 3) 二叉树的表示法、递归算法、树高度的定义
Compartment
- 车厢调度。假设停在铁路调度站入口处的车厢序列的编号一次为1,2,3,...,n。设计一个程序,求出所有可能由此输出的长度为n的车厢序列。-Train scheduling. Suppose stopped at the railway station at the entrance of the train scheduling sequence number only once 1,2,3 ,..., n. Design a program, find all the possible res
erchashu
- 要求采用二叉链表作为存储结构,完成二叉树的建立,前序、中序和后序遍历的操作,求所有叶子及结点总数的操作等。具体实现要求:分别利用前序遍历、中序遍历、后序遍历所建二叉树。-Requires a list as a binary storage structure, the establishment of complete binary tree, the first order, the order and post order traversal of the operation, find
sort
- 数据结构,排序算法比较,采用了直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法-Data structure, sorting algorithm comparison, use of the direct insertion sort, binary insertion sort, bubble sort, quick sort, selection sort, heap sort, radix sort seven ranking method
