透過您的圖書館登入
IP:18.223.172.252
  • 學位論文

三序列之最長共同子序列問題

The Longest Common Subsequence Problem for Three Sequences

指導教授 : 黃光璿

摘要


三個序列A, B, C長度分別為m, n, h,最長共同子序列問題是在這三個序列中找出最長的共同子序列U。在這篇論文裡,我們會提出一個演算法在O(mnl)時間內來解三序列的最長共同子序列問題,其中l是這三個序列的最長共同子序列長度。

並列摘要


Given three sequences A[1:m], B[1:n] and C[1:h], the longest common subsequence problem is finding a sequence U such that U is a common subsequence of A[1:m], B[1:n], C[1:h] and the length of U is maximum. Without loss of generality, we assume h≧n≧m. In this paper, we present an algorithm to solve the longest common subsequence for three sequences in O(mnl) time where l is the length of U.

參考文獻


[1] Hirschberg D.S. Aho, A. V. and J.D Ullman. Bounds on the complexity of the longest common subsequence problem. Ann. Symp. on switching and Automata Theory, pages 104{109, 1974.
[2] Hirschberg D.S. Ullman J.D. Aho, A. V. Bounds on the complexity of the longest common subsequence problem. Journal of the ACM, 23(1), 1976.
[3] A. Apostolico. Improving the worst-case performance of the hunt-szymanski strategy for the longest commpn subsequence of two strings. Inform. Process. Lett, 23, 1986.
[4] S. Bespamyatnikh and M. Segal. Enumerating longest increasing subsequences and patience sorting. Inform. Process. Lett, 76:7{11, 2000.
[5] M. Fredman. On computing the length of the longest increasing subsequence. Discrete Math, 11:29{35, 1977.

被引用紀錄


陳勝南(2016)。校長變革領導與教師賦權增能關係之研究〔碩士論文,淡江大學〕。華藝線上圖書館。https://doi.org/10.6846/TKU.2016.00878
黃莘丰(2015)。「行動學習載具」教學創新推廣歷程之研究─以新北市某私立小學為例〔碩士論文,淡江大學〕。華藝線上圖書館。https://doi.org/10.6846/TKU.2015.00623
施怡榕(2011)。臺北縣私立幼稚園創新經營與家長選校影響因素相關之研究〔碩士論文,淡江大學〕。華藝線上圖書館。https://doi.org/10.6846/TKU.2011.01255
張華勳(2009)。桃園縣私立高中創新經營與行銷策略之個案研究〔碩士論文,淡江大學〕。華藝線上圖書館。https://doi.org/10.6846/TKU.2009.00219
劉哲宇(2008)。大專院校實施知識管理策略之個案研究〔碩士論文,淡江大學〕。華藝線上圖書館。https://doi.org/10.6846/TKU.2008.00401

延伸閱讀