搜索资源列表
CaneToads
- Population Recursion
hw2
- c語言教學手冊 第三版 第四章 關於迴圈以及遞迴的習題解答-c language teaching manual for the third chapter on loops and recursion exercises answer
1
- 八皇后问题是求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局(皇后可以沿着纵横和两条斜线4个方向相互捕捉)的问题。是一种比较常见的练习C语言递归或者栈使用的程序问题。-Eight queens problem is to find an nn chessboard, place of n are not mutually capture chess " queen" of all the layout (Queens and two along the
diguiyuhuisu
- 蓝桥杯的关于递归与回溯的知识点,原理以及例题-Blue Bridge Cup on recursion and backtracking knowledge, principles and examples
C-program-for-Tower-of-Hanoi-using-Recursion
- C program for tower of honoi
package
- 采用动态规划思想解决0-1背包问题,更好的理解动态规划思想,理解递归的理念- It uses dynamic programming to solve the 0-1 knapsack problem, a better understanding of dynamic programming, understanding the concept of recursion