搜索资源列表
-
0下载:
在排列树上递归回溯搜索全排列问题的全部解-Recursive backtracking search tree in the arrangement of the whole array of all solutions of the problem
-
-
0下载:
常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
-
-
0下载:
北大poj百练上问题“爵士巡游”的解,关于搜索回溯。-The problem the Peking poj 100 practice " Jazz Parade solution search backtracking.
-
-
0下载:
使用纯回溯法求解八皇后问题,按行放置皇后,如果未发现可行位置,后退一行,继续搜索-Use plain backtracking to solve the eight queens problem, row placed Queen, If you do not find a viable position, retreat and his entourage continue search
-
-
0下载:
使用纯回溯法求解八皇后问题,按行放置皇后,如果未发现可行位置,后退一行,继续搜索-Use plain backtracking to solve the eight queens problem, row placed Queen, If you do not find a viable position, retreat and his entourage continue search
-
-
0下载:
使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。
使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Uses backtracking method to solve the problems of the typical algorithms: the knight tour problem, n queen problem, 0-1 knapsack problem.
Recursion and divide and conq
-
-
0下载:
n个运动员要进行网球循环赛。每个选手必须与其他n-1个选手各赛一次 ,每个选手一天只能赛一次。-Backtracking algorithm. It is a systematic search for the problem solution method.
-
-
3下载:
基于回溯线搜索的最速下降法和牛顿法,配数值算例(Steepest descent method and Newton method based on backtracking line search)
-