资源列表
ThreadTree
- 线索化二叉树。C语言实现,采用在中序遍历过程中实现线索化过程-Threaded binary tree. C language, using clues in order to achieve the process of traversal process
Recursive-reverse-the-output-string
- 递归反向输出字符串,非常基本的程序,值得刚开始接触C语言的人学习。-Recursive reverse the output string, and a very basic program, it is worth just getting started with the C language learning.
hanoi
- 汉诺塔的动画实现,用的是递归的方法,可以自动演示,也可以作为游戏,让用户手动操作。
kd-tree
- knn搜索 利用kd tree 查找最相邻的k个高维空间的点-knn kd-tree
AStar
- 演示一个寻找最短路径的算法。-find a demonstration of the shortest path algorithm.
71477222simkd
- kd树,里面有详细代码,介绍kd树的生成、使用。-kd tree, there are detailed code, generate kd tree
simkd
- kd树的最快实现算法,经过了数次优化后,即使处理数十万个点,也仅仅需要几秒钟,内含使用说明。-kd tree algorithm to achieve the fastest, after a number of optimization, even hundreds of thousands of points. I only need a few seconds, intron use.
data-struct
- 严蔚敏老师数据结构源代码,完整版,书中例子详细代码,希望对你有帮助-data struct
stil
- 双向链表很好的,大家可以指导双向链表很好的,大家可以指-A two-way linked list is very good, we can guide
polynomial
- 一个简单的一元多项式,刚开始学数据结构的同学们可能会用到-A simple one polynomial, the beginning students learn the data structure may be used
2352-Stars-xiedi
- ACM 问题, 算法与数据结构练习 POJ2352-ACM problems, algorithms and data structures to practice POJ2352
binary-tree
- 二叉树,编写程序任意输入二叉树的结点个数和结点值,构造一棵二叉树,采用三种递归遍历算法(前序、中序、后序)对这棵二叉树进行遍历并计算出二叉树的高度。-binary tree
