The longest common palindromic subsequence (LCPS) problem aims at finding a longest string that appears as a subsequence in each of a set of input strings and is a palindrome at the same time. The problem is a special variant of the well known longest common subsequence problem and has applications in particular in genomics and biology, where strings correspond to DNA or protein sequences and similarities among them shall be detected or quantified. We first present a more traditional A* search that makes use of an advanced upper bound calculation for partial solutions. This exact approach works well for instances with two input strings and, as shown in experiments, outperforms several other exact methods from the literature. However, the A*...
The longest common subsequence problem (LCS) and the closest substring problem (CSP) are two models ...
The longest common subsequence problem (LCS) aims at finding a longest string that appears as subseq...
The problem of computing the longest common subsequence of two sequences (LCS for short) is a classi...
[EN]The longest common palindromic subsequence (LCPS) problem requires to find a longest palindromic...
Abstract. The longest common subsequence (LCS) problem is a classic and well-studied problem in comp...
Abstract. The longest common subsequence (LCS) problem is a classic and well-studied problem in comp...
The longest common subsequence (LCS) problem is a prominent NP–hard optimization problem where, give...
Finding the longest common subsequence (LCS) of multiple strings is an NP-hard problem, with many ...
Abstract. Given a finite set of strings X, the longest common subsequence problem (LCS) consists in ...
AbstractThe longest common subsequence (LCS) problem is one of the classical and well-studied proble...
www.dcs.kcl.ac.uk/adg The longest common subsequence(LCS) problem is one of the classical and wellst...
AbstractGiven a finite set of strings X, the Longest Common Subsequence problem (LCS) consists in fi...
We study the performance of various algorithmic components for the longest common sequence problem (...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
The longest common subsequence problem (LCS) and the closest substring problem (CSP) are two models ...
The longest common subsequence problem (LCS) aims at finding a longest string that appears as subseq...
The problem of computing the longest common subsequence of two sequences (LCS for short) is a classi...
[EN]The longest common palindromic subsequence (LCPS) problem requires to find a longest palindromic...
Abstract. The longest common subsequence (LCS) problem is a classic and well-studied problem in comp...
Abstract. The longest common subsequence (LCS) problem is a classic and well-studied problem in comp...
The longest common subsequence (LCS) problem is a prominent NP–hard optimization problem where, give...
Finding the longest common subsequence (LCS) of multiple strings is an NP-hard problem, with many ...
Abstract. Given a finite set of strings X, the longest common subsequence problem (LCS) consists in ...
AbstractThe longest common subsequence (LCS) problem is one of the classical and well-studied proble...
www.dcs.kcl.ac.uk/adg The longest common subsequence(LCS) problem is one of the classical and wellst...
AbstractGiven a finite set of strings X, the Longest Common Subsequence problem (LCS) consists in fi...
We study the performance of various algorithmic components for the longest common sequence problem (...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
The longest common subsequence problem (LCS) and the closest substring problem (CSP) are two models ...
The longest common subsequence problem (LCS) aims at finding a longest string that appears as subseq...
The problem of computing the longest common subsequence of two sequences (LCS for short) is a classi...