Sparse dynamic programming on DAGs with small width

V Mäkinen, AI Tomescu, A Kuosmanen… - ACM Transactions on …, 2019 - dl.acm.org
The minimum path cover problem asks us to find a minimum-cardinality set of paths that
cover all the nodes of a directed acyclic graph (DAG). We study the case when the size k of a …

Semi-local string comparison: Algorithmic techniques and applications

A Tiskin - Mathematics in Computer Science, 2008 - Springer
Given two strings, the longest common subsequence (LCS) problem consists in computing
the length of the longest string that is a subsequence of both input strings. Its generalisation …

Parallel Longest Increasing Subsequence and van Emde Boas Trees

Y Gu, Z Men, Z Shen, Y Sun, Z Wan - … of the 35th ACM Symposium on …, 2023 - dl.acm.org
This paper studies parallel algorithms for the longest increasing subsequence (LIS)
problem. Let n be the input size and k be the LIS length of the input. Sequentially, LIS is a …

[图书][B] 125 Problems in Text Algorithms: With Solutions

M Crochemore, T Lecroq, W Rytter - 2021 - books.google.com
String matching is one of the oldest algorithmic techniques, yet still one of the most
pervasive in computer science. The past 20 years have seen technological leaps in …

Subsequences in bounded ranges: Matching and analysis problems

M Kosche, T Koß, F Manea, V Pak - International Conference on …, 2022 - Springer
In this paper, we consider a variant of the classical algorithmic problem of checking whether
a given word v is a subsequence of another word w. More precisely, we consider the …

Fully dynamic approximation of LIS in polylogarithmic time

P Gawrychowski, W Janczewski - Proceedings of the 53rd Annual ACM …, 2021 - dl.acm.org
We revisit the problem of maintaining the longest increasing subsequence (LIS) of an array
under (i) inserting an element, and (ii) deleting an element of an array. In a recent …

Nearly optimal parallel algorithms for longest increasing subsequence

N Cao, SE Huang, HH Su - Proceedings of the 35th ACM Symposium on …, 2023 - dl.acm.org
The paper presents parallel algorithms for multiplying implicit simple unit-Monge matrices
(Krusche and Tiskin, PPAM 2009) of size nxn in the EREW PRAM model. We show implicit …

[PDF][PDF] How to learn a quantum state

J Wright - 2016 - reports-archive.adm.cs.cmu.edu
The subject of this thesis is learning and testing properties of mixed quantum states. A mixed
state is described by a density matrix ρ∈ Cd× d. In the standard model, one is given access …

The Complexity of Pattern Matching for -Avoiding and Skew-Merged Permutations

MH Albert, ML Lackner, M Lackner… - Discrete Mathematics …, 2016 - dmtcs.episciences.org
The Permutation Pattern Matching problem, asking whether a pattern permutation π is
contained in a permutation τ, is known to be NP-complete. In this paper we present two …

[HTML][HTML] Tight conditional lower bounds for longest common increasing subsequence

L Duraj, M Künnemann, A Polak - Algorithmica, 2019 - Springer
We consider the canonical generalization of the well-studied Longest Increasing
Subsequence problem to multiple sequences, called k-LCIS: Given k integer sequences …