Rollercoasters with Plateaus

July 26, 2024 Β· Declared Dead Β· πŸ› Reachability Problems

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Duncan Adamson, Pamela Fleischmann, Annika Huch arXiv ID 2407.18620 Category cs.DS: Data Structures & Algorithms Cross-listed math.CO Citations 0 Venue Reachability Problems Last Checked 5 months ago
Abstract
In this paper we investigate the problem of detecting, counting, and enumerating (generating) all maximum length plateau-$k$-rollercoasters appearing as a subsequence of some given word (sequence, string), while allowing for plateaus. We define a plateau-$k$-rollercoaster as a word consisting of an alternating sequence of (weakly) increasing and decreasing \emph{runs}, with each run containing at least $k$ \emph{distinct} elements, allowing the run to contain multiple copies of the same symbol consecutively. This differs from previous work, where runs within rollercoasters have been defined only as sequences of distinct values. Here, we are concerned with rollercoasters of \emph{maximum} length embedded in a given word $w$, that is, the longest rollercoasters that are a subsequence of $w$. We present algorithms allowing us to determine the longest plateau-$k$-roller\-coasters appearing as a subsequence in any given word $w$ of length $n$ over an alphabet of size $Οƒ$ in $O(n Οƒk)$ time, to count the number of plateau-$k$-rollercoasters in $w$ of maximum length in $O(n Οƒk)$ time, and to output all of them with $O(n)$ delay after $O(n Οƒk)$ preprocessing. Furthermore, we present an algorithm to determine the longest common plateau-$k$-rollercoaster within a set of words in $O(N k Οƒ)$ where $N$ is the product of all word lengths within the set.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted