搜索资源列表
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
queen
- 用回溯法的思想解答 n皇后问题,掌握使用回溯法求解问题的基本思路-The idea with backtracking to answer n queens problem, master the use of backtracking to solve the problem of the basic ideas
8queen
- 通过遗传算法求解N皇后问题,用c++编写-Through the Genetic Algorithm for N queens problem, using c++ write
eightqueens
- n次递归回溯算法,采用上对角线,下对角线的方法解决n皇后难题。并且将皇后和棋盘大小参数化,只要改变参数就能进行n皇后问题的求解,并且输出到文件中,便于查看所有解。-n recursive backtracking algorithm, on the diagonal, and solutions under the diagonal n Queens problem. And parameterization of the Queen and board size, simply changin
EasyCP-0.1.22010
- 此源码用于进行约束求解, 可以解决很多约束满足问题, 例如N皇后问题。-This source is used for constraint solving, constraint satisfaction can solve many problems, such as N-Queens problem.
nqueen
- 这是一个用c++实现的,关于用分支限界法求解n皇后问题的小程序,希望对所有初学者能够有所帮助-This is a c++ achieve, on the use of branch and bound method to solve n-queens problem of small procedures, we hope to be helpful to all beginners
N-QWEENS
- 经典的N皇后问题,运用递归方法求解,具有一定参考价值-Classic N queens problem, using a recursive method for solving a certain reference value
Erlang_queen
- Erlang实现给定m个处理器,并行求解N皇后问题的所有解,最后列出所有解的个数和统计的求解时间。-All solutions Erlang achieve a given m processors, parallel N queens problem solving, and the number listed at the end of all solutions and statistical computation time.
n皇后问题
- 递归回溯法求解并输出输出n皇后问题所有解法(n的取值不限)(Output all solutions to the N queens problem)