首页> 外文学位 >Explorations on the longest common increasing subsequence problem.
【24h】

Explorations on the longest common increasing subsequence problem.

机译:关于最长的共同递增子序列问题的探索。

获取原文
获取原文并翻译 | 示例

摘要

By reviewing various existing Longest Increasing Subsequence (LIS) and Longest Common Subsequence (LCS) methods, Longest Common Increasing Subsequence (LCIS) problem is explored in a progressive way. Three basic cases of LCIS are analyzed in detail by significant extensions to Gries' LIS method. A version of finding LCIS, which takes quadratic time and space, is designed by taking the idea of ordinary dynamic programming with traceback. A space efficient version, which runs in linear space, is implemented through using recursive method and compared with the previous quadratic time and space version. A newer version (linear space with mlogm cost for combining subsolutions) that uses both recursive and augmented tree structure technique to reduce the cost for combining subsolutions from O(m2) to O(mlogm) time in solving LCIS problem is designed and implemented.
机译:通过回顾各种现有的最长增加子序列(LIS)和最长共同子序列(LCS)方法,以渐进方式探索了最长共同增加子序列(LCIS)问题。通过显着扩展Gries的LIS方法,详细分析了LCIS的三种基本情况。查找LCIS的一种版本需要二次时间和空间,它是采用带回溯的普通动态编程的思想设计的。通过使用递归方法实现了在线性空间中运行的空间高效版本,并将其与先前的二次时间和空间版本进行了比较。一种更新的版本(用于组合子解决方案的具有mlogm成本的线性空间),同时使用递归和增强树结构技术,可将解决方案中从O(m 2 )到O(mlogm)时间的组合子解决方案的成本降低LCIS问题的设计和实现。

著录项

  • 作者

    Bai, Yongsheng.;

  • 作者单位

    The University of Texas at Arlington.;

  • 授予单位 The University of Texas at Arlington.;
  • 学科 Computer Science.
  • 学位 M.S.C.S.
  • 年度 2002
  • 页码 47 p.
  • 总页数 47
  • 原文格式 PDF
  • 正文语种 eng
  • 中图分类 自动化技术、计算机技术;
  • 关键词

  • 入库时间 2022-08-17 11:46:29

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号