资源列表
eightQueue
- 用回溯法,求解八皇后问题。该算法是算法设计与分析的一个常用例题的求解-By backtracking to solve the eight queens problem. The algorithm is algorithm design and analysis to solve a common example
answer-to-Introduction--to-Algorithm
- 不同版本的算法导论答案 不同版本的算法导论答案-Answer a different version of Introduction to Algorithms Introduction to Algorithms different versions of the answer
5
- 二叉排序树的插入算法, C-Binary tree insertion sort algorithm
nQueen-jarPsource
- Backtracking 8 Queen Problem
ga_c
- genetic algorithm implementation in c
os_p1_v1
- firstpart. Operation system project. creat son in father. then contact two.
osp3_v1
- thirdtpart. Operation system project. creat son in father. then contact two.
osp4-v1
- fouthtpart. Operation system project. creat son in father. then contact two.
osp5_v2
- fifthtpart. Operation system project. creat son in father. then contact two.
p2_v1
- secondpart. Operation system project. creat son in father. then contact two.
mahout-math-0.4
- jar 包,里面涉及到协同过滤算法的数学运算。-Cf jar package, related with mathmatic funchtion.
binary-tree
- 二叉树也是递归定义的,其结点有左右子树之分,逻辑上二叉树有五种基本形态: (1)空二叉树——(a); (2)只有一个根结点的二叉树——(b); (3)右子树为空的二叉树——(c); (4)左子树为空的二叉树——(d); (5)完全二叉树——(e)注意:尽管二叉树与树有许多相似之处,但二叉树不是树的特殊情形-Binary tree is recursively defined, and its sub-tree nodes are so divided, there are five basic
