Computing SEQ-IC-LCS of Labeled Graphs
Yuki Yonemoto, Yuto Nakashima, Shunsuke Inenaga

TL;DR
This paper introduces the SEQ-IC-LCS problem for labeled graphs, proposing algorithms to compute the longest common subsequence constrained by a third graph, with solutions for acyclic and cyclic cases.
Contribution
The paper defines the SEQ-IC-LCS problem on labeled graphs and provides algorithms with complexity analysis for both acyclic and cyclic graph cases.
Findings
Algorithms for acyclic graphs run in $O(|E_1||E_2||E_3|)$ time.
Algorithms for cyclic graphs run in $O(|E_1||E_2||E_3| + |V_1||V_2||V_3| ext{log}| extSigma|)$ time.
Space complexity is $O(|V_1||V_2||V_3|)$ for both cases.
Abstract
We consider labeled directed graphs where each vertex is labeled with a non-empty string. Such labeled graphs are also known as non-linear texts in the literature. In this paper, we introduce a new problem of comparing two given labeled graphs, called the SEQ-IC-LCS problem on labeled graphs. The goal of SEQ-IC-LCS is to compute the the length of the longest common subsequence (LCS) of two target labeled graphs and that includes some string in the constraint labeled graph as its subsequence. Firstly, we consider the case where , and are all acyclic, and present algorithms for computing their SEQ-IC-LCS in time and space. Secondly, we consider the case where and can be cyclic and is acyclic, and present algorithms for computing their SEQ-IC-LCS in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · semigroups and automata theory · DNA and Biological Computing
