文件名称:code
介绍说明--下载内容均来自于网络,请自行研究使用
使用回溯法解决的典型问题的算法:骑士巡游问题,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 conquer strategy algorithm to solve the problem of few: tower of Hanoi problem and binary search technology.
使用递归与分治策略解决的几个问题的算法: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 conquer strategy algorithm to solve the problem of few: tower of Hanoi problem and binary search technology.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
code\1.cpp
....\2.cpp
....\3.cpp
....\4.cpp
....\5.cpp
code