학술논문

An Algorithm for the Longest Common Subsequence and Substring Problem
Document Type
Working Paper
Author
Source
Subject
Computer Science - Data Structures and Algorithms
Language
Abstract
In this note, we first introduce a new problem called the longest common subsequence and substring problem. Let $X$ and $Y$ be two strings over an alphabet $\Sigma$. The longest common subsequence and substring problem for $X$ and $Y$ is to find the longest string which is a subsequence of $X$ and a substring of $Y$. We propose an algorithm to solve the problem.