C语言经典动态规划问题

时间:2019-01-03 05:02:37
【文件属性】:

文件名称:C语言经典动态规划问题

文件大小:766KB

文件格式:RAR

更新时间:2019-01-03 05:02:37

动态规划

最长递增公共子序列、最长公共子串、最小编辑代价等经典动态规划问题的详细代码


【文件预览】:
MaxLengthCommonSubString
----MaxLengthCommonSubString.sln(939B)
----MaxLengthCommonSubString()
--------LongestCommonSubString.c(3KB)
--------StringFilter.cpp(763B)
--------MaxLengthCommonSubString.c(2KB)
--------LongestIncreaseSubSequence.c(1KB)
--------MaxLengthCommonSubString.vcxproj.filters(2KB)
--------MaxLengthCommonSubString.vcxproj.user(143B)
--------DeleteSameCharacter.c(920B)
--------MinEditCost.c(2KB)
--------LongestRepeatSubString.cpp(1KB)
--------LongestCommonSubSqueuece.c(2KB)
--------Debug()
--------MaxLengthCommonSubString.vcxproj(5KB)
----MaxLengthCommonSubString.suo(29KB)
----ipch()
--------maxlengthcommonsubstring-90ff82c1()
----Debug()
--------MaxLengthCommonSubString.exe(29KB)
--------MaxLengthCommonSubString.ilk(301KB)
--------MaxLengthCommonSubString.pdb(355KB)
----MaxLengthCommonSubString.sdf(1.89MB)

网友评论