资源列表
FlashFXP
- FlashFXP sites.dat Decryption解密工具源码 看看他的算法-FlashFXP sites.dat Decryption
Main
- 上学时写的一个用JAVA和Selection sort and Merge Sort算法排序的代码-Write Java code to sort a sequence of elements into ascending order by using Selection sort and Merge Sort algorithms
Directinsertionsort
- 直接插入法排序,使用C++编写的直接插入法程序,实现数据结构的直接插入排序-Direct insertion sort, using the C++ program written directly into law, the data structure to achieve the direct insertion sort
huisufa
- 回溯法是一个既带有系统性又带有跳跃性的搜索算法,它在问题的解空间树中按深度优先策略,从根节点出发搜索解空间树。回溯法求问题的所有解时,要回溯到根,且根节点的所有子树都已被搜索遍才结束。回溯法求问题的一个解时,只要搜索到问题的一个解就可以结束。使用回溯法解决n皇后问题时,用完全二叉树表示解空间,用n元组x[1:n]表示,其中x[i]表示皇后i放在棋盘的第i行的第x[i]列,根据规则任何2个皇后不放在同一行或同一列或同一斜线上,则可以得到等式关系,由此可以进行解决问题。-Backtracking
tree
- 判断是否一棵树,这个是我自己写的一个代码,大家来看看学习一下吧-Determine whether a tree, this is a code I write, we look to learn about it ~ ~
sgu-499
- 题意:给你n个数,求出两两组合的最大公约数 类似打素数表的做法 -Meaning of the questions: to give you the number n, find greatest common divisor of a similar combination twenty-two hit the practice table of prime numbers
union-find
- UNION,FIND算法的实现,涉及二叉树-UNION, FIND algorithm, involving a binary tree, etc.
Towers-of-Hanoi-problem
- 用递归算法实现汉诺塔问题,并输出所移动的步数-Towers of Hanoi problem using recursive algorithm,and output the number of the movement
big_factorial
- finding out the factorial of a big number
BINARYTR
- 建立二叉树及二叉树的先序、中序和后序递归遍历*-Create a binary tree and binary tree preorder, inorder and postorder recursive traversal*
order
- 通过冒泡排序法和选择排序法实现对若干数字的排序。-To achieve the order of several numbers