搜索资源列表
Comparable
- 我的算法是流水作业问题,就是有多个作业,每个有2个任务,用动态规划实现作业的最优调度,使到完成作业的时间最小.以下是我的代码,我自己实现不了,又找不到错误,请帮帮我吧!
common_subsequence
- 计算两个字符串的最长公共子字符串的长度,使用动态规划。-Calculation of two of the longest common sub-string length of string, the use of dynamic programming.