Fixed-Parameter Algorithms for Longest Heapable Subsequence and Maximum Binary Tree
Karthekeyan Chandrasekaran, Elena Grigorescu, Gabriel Istrate,, Shubhang Kulkarni, Young-San Lin, Minshen Zhu

TL;DR
This paper develops fixed-parameter algorithms for finding the longest heapable subsequence and maximum binary tree in permutation DAGs, introducing new parameters like alphabet size to improve computational tractability.
Contribution
It introduces the concept of alphabet size as a parameter, providing fixed-parameter algorithms for these problems and analyzing their complexity.
Findings
Longest heapable subsequence solvable in $k^{O( ext{log}k)}n$ time
Maximum-sized binary tree is fixed-parameter tractable with respect to alphabet size
Alphabet size can be computed efficiently and has a polyhedral description
Abstract
A heapable sequence is a sequence of numbers that can be arranged in a "min-heap data structure". Finding a longest heapable subsequence of a given sequence was proposed by Byers, Heeringa, Mitzenmacher, and Zervas (ANALCO 2011) as a generalization of the well-studied longest increasing subsequence problem and its complexity still remains open. An equivalent formulation of the longest heapable subsequence problem is that of finding a maximum-sized binary tree in a given permutation directed acyclic graph (permutation DAG). In this work, we study parameterized algorithms for both longest heapable subsequence as well as maximum-sized binary tree. We show the following results: 1. The longest heapable subsequence problem can be solved in time, where is the number of distinct values in the input sequence. We introduce the "alphabet size" as a new parameter in the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Limits and Structures in Graph Theory · Advanced Graph Theory Research
