搜索资源列表
queen
- 算法设计与分析 java n后问题源码 王晓东书版本上的课堂练习的完整代码-Classroom exercises after the the problem source Wang Xiaodong book version of the complete code for the algorithm design and analysis of java n
Queen
- 算法分析与设计 用回溯法实现n皇后问题(java源码)-Algorithm Analysis and Design N-queens Problem Using Backtracking
IntegerMultiply
- 算法分析与设计 用递归分治算法解决大整数乘积问题(java源码)-Algorithm Analysis and Design Recursive divide and conquer algorithm to solve the problem of large integer multiplication. (Java source code)
MatrixMultiply
- 算法分析与设计 用动态规划法计算矩阵乘积(java源码)-Algorithm Analysis and Design Matrix Multiply with Dynamic Programming Method. (Java source code)
Subset
- 算法分析与设计 用回溯法解决子集合问题(java源码)-Algorithm Analysis and Design Subset Issues with Backtracking. (Java source code)