资源列表
n
- 这是n皇后回溯法,可能有点不是很优的,大家拿去多改进-nqueque
Datastruct_C 实现顺序表的就地逆置
- Descr iption 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,…..an),逆置为( an,an-1, …….a2,a1)。 Input 输入长度n 接下来是n个数 Output 操作后的序列。 Sample Input 7 2 4 1 7 5 3 6 Sample Output 6 3 5 7 1 4
1
- 排序算法 二叉树的排序代码 快速排序 能够运行-ORDER
8huanghou
- 8皇后问题递归解法,输出了所有的有关8皇后问题可能的解法-8 queens problem recursive solution, the output of all of the 8 Queens problem may be related to the solution
LINB
- program on linked list on c
simknap_rec
- 简化背包算法,实用于大学生学习模拟使用,实现简单的背包问题-Simplify the knapsack algorithm, useful in the simulation students learn to use, simple knapsack problem
Rebuild-binary-tree
- Rebuild binary tree 根据输入的二叉树前序和中序遍历序列重构二叉树,输出对应节点的左右子节点。-Rebuild binary tree
BANK
- bank data structure code
BinaryTree-Positive-sequence
- 二叉树的正序建立。代码完整,可直接运行。-BianryTree Positive sequence
Exam_1
- 基于C语言的编程,求数值间的最大公约数和最小公倍数-Greatest common divisor
suffix
- 后缀数组,解决字符串问题的一种重要的基础的算法-Suffix array, resolving string issues an important basic algorithm
buildTree
- 二叉树是采用递归定义的,实现起来代码简洁并且它在具体的计算机科学中有很重要的运用,是一种很重要的数据结构,二叉树有三种遍历和建立的方式。-Binary Tree is a recursive definition, the code is simple to implement and it has very important applications in computer science in particular, is a very important data structure,