首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 最长公共子字符串的java实现(longest common subsequence)

最长公共子字符串的java实现(longest common subsequence)

  • 资源大小:1.42 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: java

资 源 简 介

最长公共子字符串的java实现(longest common subsequence): Given two strings x = x1x2 · · · xn and y = y1y2 · · · ym, we wish to find the length of their longest common subsequence, that is, the largest k for which there are indices i1 < i2 < · · · < ik and j1 < j2 < · · · < jk with xi1 xi2 · · · xik = yj1 yj2 · · · yjk . Design an algorithm with time complexity being O(mn). 

文 件 列 表

LongestCommonSubsequence.java
LongestCommonSubsequence.class

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP