The Peculiarities of Extending Queue Layouts

📅 2025-06-05
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This paper investigates the extensibility problem of ℓ-page queue layouts: given a partial vertex ordering and page assignment for some edges, how to extend it to a complete layout with no nested edges on the same page. We provide the first systematic parameterized complexity analysis of this problem, revealing fundamental differences from stack layout extensibility. Using techniques from parameterized algorithm design, graph layout theory, and W[1]-hardness analysis, we establish tight complexity classifications parameterized by natural incompleteness measures—including the number of unassigned vertices and the number of missing edge assignments. Our results precisely delineate the boundary between polynomial-time solvability and fixed-parameter tractability (FPT), and provide matching upper-bound algorithms and lower-bound proofs.

Technology Category

Application Category

📝 Abstract
We consider the problem of computing $ell$-page queue layouts, which are linear arrangements of vertices accompanied with an assignment of the edges to pages from one to $ell$ that avoid the nesting of edges on any of the pages. Inspired by previous work in the extension of stack layouts, here we consider the setting of extending a partial $ell$-page queue layout into a complete one and primarily analyze the problem through the refined lens of parameterized complexity. We obtain novel algorithms and lower bounds which provide a detailed picture of the problem's complexity under various measures of incompleteness, and identify surprising distinctions between queue and stack layouts in the extension setting.
Problem

Research questions and friction points this paper is trying to address.

Extending partial ℓ-page queue layouts to complete ones
Analyzing complexity via parameterized measures
Comparing queue and stack layout extension differences
Innovation

Methods, ideas, or system contributions that make the work stand out.

Extending partial queue layouts algorithmically
Parameterized complexity analysis for layouts
Comparing queue and stack layout extensions
🔎 Similar Papers
No similar papers found.