A noticeable fraction of Algorithms papers in the last few decades improve the running time of well-known algorithms for fundamental problems by logarithmic factors. For example, the $O(n^2)$ dynamic programming solution to the Longest Common Subsequence problem (LCS) was improved to $O(n^2/\log^2 n)$ in several ways and using a variety of ingenious tricks. This line of research, also known as "the art of shaving log factors", lacks a tool for proving negative results. Specifically, how can we show that it is unlikely that LCS can be solved in time $O(n^2/\log^3 n)$? Perhaps the only approach for such results was suggested in a recent paper of Abboud, Hansen, Vassilevska W. and Williams (STOC'16). The authors blame the hardness of shaving l...
AbstractWe present algorithms for finding a longest common increasing subsequence of two or more inp...
AbstractFor several NP-complete problems, there have been a progression of better but still exponent...
The field of exact exponential time algorithms for non-deterministic polynomial-time hard problems h...
A noticeable fraction of Algorithms papers in the last few decades improve the running time of well-...
The Longest Common Subsequence (LCS) is one of the most basic similarity measures and it captures im...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
We consider the classic problem of computing the Longest Common Subsequence(LCS) of two strings of l...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
We revisit the classic combinatorial pattern matching problem of finding a longest common subsequenc...
AbstractWe consider the complexity of computing a longest increasing subsequence (LIS) parameterised...
We consider the canonical generalization of the well-studied Longest Increasing Subsequence problem ...
We consider the canonical generalization of the well-studied Longest Increasing Subsequence problem ...
A central goal of algorithmic research is to determine how fast computational problems can be solved...
We present algorithms for finding a longest common increasing subsequence of two or more input seque...
Longest Increasing Subsequence (LIS) is a fundamental statistic of a sequence, and has been studied ...
AbstractWe present algorithms for finding a longest common increasing subsequence of two or more inp...
AbstractFor several NP-complete problems, there have been a progression of better but still exponent...
The field of exact exponential time algorithms for non-deterministic polynomial-time hard problems h...
A noticeable fraction of Algorithms papers in the last few decades improve the running time of well-...
The Longest Common Subsequence (LCS) is one of the most basic similarity measures and it captures im...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
We consider the classic problem of computing the Longest Common Subsequence(LCS) of two strings of l...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
We revisit the classic combinatorial pattern matching problem of finding a longest common subsequenc...
AbstractWe consider the complexity of computing a longest increasing subsequence (LIS) parameterised...
We consider the canonical generalization of the well-studied Longest Increasing Subsequence problem ...
We consider the canonical generalization of the well-studied Longest Increasing Subsequence problem ...
A central goal of algorithmic research is to determine how fast computational problems can be solved...
We present algorithms for finding a longest common increasing subsequence of two or more input seque...
Longest Increasing Subsequence (LIS) is a fundamental statistic of a sequence, and has been studied ...
AbstractWe present algorithms for finding a longest common increasing subsequence of two or more inp...
AbstractFor several NP-complete problems, there have been a progression of better but still exponent...
The field of exact exponential time algorithms for non-deterministic polynomial-time hard problems h...