文件名称:code
介绍说明--下载内容均来自于网络,请自行研究使用
使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。
使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Use backtracking to solve the typical problems of algorithms: knight tour problem, n queens problem 0-1 knapsack problem. Use recursion and divide and conquer strategy to solve several problems of arithmetic: Hanoi tower problem and binary search technique.
使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Use backtracking to solve the typical problems of algorithms: knight tour problem, n queens problem 0-1 knapsack problem. Use recursion and divide and conquer strategy to solve several problems of arithmetic: Hanoi tower problem and binary search technique.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
code\1.cpp
....\2.cpp
....\3.cpp
....\4.cpp
....\5.cpp
code