搜索资源列表
answer
- 计算机算法设计与分析(第3版)课后习题详细答案-Design and Analysis of Computer Algorithms (3rd edition) after a detailed answer to exercise
EditDist
- 计算机算法设计与分析(王晓东):动态规划实现字符串编辑距离-Design and analysis of computer algorithms (Xiaodong): Dynamic Programming string edit distance
algrithm
- 计算机算法设计与分析(王晓东):动态规划实现取数游戏,数字三角形,字符串编辑距离,最大子串和-Design and analysis of computer algorithms (Wang Xiaodong): Dynamic Programming to take a few games, digital triangle, string edit distance, the largest sub-string and
TheAlgorithmDesignandAnalysisofComputer
- 王晓东 计算机算法设计与分析(第2版)电子课件及课后习题解答。内容翔实,实用性强。-Xiaodong Computer Algorithm Design and Analysis (2) electronic courseware and after exercise answers. Informative and practical.
shopping-question
- 实现超市中排队购物用时最短,是计算机算法设计与分析中的一道题。自己写的程序,原创!-Achieve queued supermarket shopping with the shortest, is a question in the design and analysis of computer algorithms. Write their own procedures, original!
suanfa4_09
- 《计算机算法设计与分析(王晓东)》课后4.9 已经编译通过,完全正确。 汽车加油问题-Computer algorithm design and analysis (Wang Xiaodong) after 4.9 has been compiled by entirely correct. Vehicle refueling problem
suanfa5_15
- 《计算机算法设计与分析(王晓东)》课后5.15 已经编译通过,完全正确。 最佳调度问题-Computer algorithm design and analysis (Wang Xiaodong) afterschool 5.15 has been compiled by entirely correct. Optimal scheduling problem
suanfa4_01
- 《计算机算法设计与分析(王晓东)》课后4.1 已经编译通过,完全正确。 会场安排问题-Computer algorithm design and analysis (Wang Xiaodong) after 4.1 has been compiled by entirely correct. Venue arrangements
suanfa2_1
- 《计算机算法设计与分析(王晓东)》课后2.1 已经编译通过,完全正确。 输油管道问题-Computer algorithm design and analysis (Wang Xiaodong) after 2.1 has been compiled by entirely correct. Pipeline problem
suanfa2_4
- 《计算机算法设计与分析(王晓东)》课后2.4 已经编译通过,完全正确。 马的Hamilton周游路线问题-Computer algorithm design and analysis (Wang Xiaodong) after 2.4 has been compiled by entirely correct. Ma' s Hamilton traveled route.
suanfa3_1
- 《计算机算法设计与分析(王晓东)》课后3.1 已经编译通过,完全正确。 独立任务最优调度问题-Computer algorithm design and analysis (Wang Xiaodong) afterschool 3.1 has been compiled by entirely correct. Optimal scheduling of independent tasks
suanfa3_17
- 《计算机算法设计与分析(王晓东)》课后3.17 已经编译通过,完全正确。 最少费用问题-Computer algorithm design and analysis (Wang Xiaodong) " after-school 3.17 has been compiled by entirely correct. Least cost issues
suanfa5_07
- 《计算机算法设计与分析(王晓东)》课后5.7已经编译通过,完全正确。 n色方柱问题-Computer algorithm design and analysis (Wang Xiaodong) afterschool 5.7 has been compiled by entirely correct. n color square columns problem
nQueen
- 计算机算法设计与分析。解决N皇后问题C#实现-Solution of N-queens problem implemented by C#
ChessBoard
- 王晓东 计算机算法设计与分析 棋盘覆盖问题-chess board
Dijkstra
- 陈晓东 计算机算法设计与分析 单源最短路径 Dijkstra算法-Daniel computer algorithm design and analysis of single-source shortest path algorithm Dijkstra
OptimalBinarySearchTree
- 程小东 计算机算法设计与分析 最优二叉树查找算法-Design and Analysis of Computer Algorithms chengxiaodong optimal binary search algorithm
TSP
- 程小东 计算机算法设计与分析 旅行商问题-Tony Ching computer algorithm Quicksort algorithm design and analysis
suanfatwo
- 计算机算法设计与分析,实现的是动态规划问题,仅供参考-Computer algorithm design and analysis, to achieve a dynamic programming problem, for reference
maxgap
- 计算机算法设计与分析,实现题,最大间隙问题,C++编写,直接编译运行即可得到输出output.txt-maxgap problem.There are N numbers,find the maximum gap between two adjacent number.