资源列表
queen1
- 解决八皇后问题,算法不太高明,未付流程图及开发说明。-8 Queen' s problem to solve, not very smart algorithm, flow chart and the development of outstanding notes.
Arbol
- (Structura de datos) Algoritmo para implementar Arbol
main
- hdu Open the Lock ac代码-this is an accepted code on hdu online judge.
recursivequicksort
- program for balanced recursive quick sort
Binary-tree
- 用C语言实验数据结构中的二叉树的建立,先序排列,及统计叶子节点数-Experiments with the C language data structures in the establishment of a binary tree, the first order arrangement, leaf nodes and statistics
rr
- 一些数据结构的算法实现,比如链表,冒泡排序-the data structure algorithm implemention,such as link,stack,
zoj1027
- 这是zoj1027代码,求串的相似度,里面有注释-This is zoj1027 code and string similarity inside a comment
BoyerMoore
- java 实现的BoyerMoore算法-BoyerMoore algorithm implementation by Java
tree
- 建立一棵二叉树,并对该二叉树进行遍历(分别进行先序、中序、后序遍历。)-The establishment of a binary tree, and traverse the binary tree (respectively the first order, in order, the order of traversal.)
erchashubianli
- 二叉树的遍历,适用于VC环境 是一个基本的源代码-just for VC environment
QUICK
- Quick sort using recurssion
print_all_ancestors
- 对于一颗普通的二叉树和一个节点key,找出该节点的所有祖先节点。-For an ordinary binary tree and a node key, to find all ancestors of this node.