搜索资源列表
xinchengxu
- 包括GRAY码,工作分配问题,会场安排,石子,行数字三角形,最长递增子序列和最小重量机器算法。利用动态规划、回溯法和贪心法-including GRAY code, work assignment, venue arrangements, gravel, and digital triangle, the longest sequences and increase the minimum weight machine algorithm. Using dynamic programming,
1773
- 求最长公共子系列的长度问题 若给定序列X={x1,x2,…,xm},则另一序列Z={z1,z2,…,zk},是X 的子序列是指存 在一个严格递增下标序列{i1,i2,…,ik}使得对于所有j=1,2,…,k 有:zj=xij.例如,序列 Z={a,b,f,c}是序列X={a,b,c,f,b,c}的子序列,相应的递增下标序列为{1,2,4,6}。给定2 个序列X 和Y,当另一序列Z 既是X 的子序列又是Y 的子序列时,称Z 是序列X 和Y 的公共 子序列.给定2 个序列X={x
LCS
- LCS 最长公共子序列 C代码实现 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。-Longest Common Sequence realized by C
longestseries
- 针对最长递增子序列问题的解决方法及相应源程序-Solution for the longest increasing subsequence problem and the corresponding source code
ASM
- 输入一个字符串,统计输出字符串中最常的单调递增子序列的长度-Enter a string, the most common statistical output string length of monotonically increasing subsequence