English

Succinct Data Structures for Baxter Permutation and Related Families

Data Structures and Algorithms 2024-09-26 v1

Abstract

A permutation π:[n][n]\pi: [n] \rightarrow [n] is a Baxter permutation if and only if it does not contain either of the patterns 24132-41-3 and 31423-14-2. Baxter permutations are one of the most widely studied subclasses of general permutation due to their connections with various combinatorial objects such as plane bipolar orientations and mosaic floorplans, etc. In this paper, we introduce a novel succinct representation (i.e., using o(n)o(n) additional bits from their information-theoretical lower bounds) for Baxter permutations of size nn that supports π(i)\pi(i) and π1(j)\pi^{-1}(j) queries for any i[n]i \in [n] in O(f1(n))O(f_1(n)) and O(f2(n))O(f_2(n)) time, respectively. Here, f1(n)f_1(n) and f2(n)f_2(n) are arbitrary increasing functions that satisfy the conditions ω(logn)\omega(\log n) and ω(log2n)\omega(\log^2 n), respectively. This stands out as the first succinct representation with sub-linear worst-case query times for Baxter permutations. Additionally, we consider a subclass of Baxter permutations called \textit{separable permutations}, which do not contain either of the patterns 24132-4-1-3 and 31423-1-4-2. In this paper, we provide the first succinct representation of the separable permutation ρ:[n][n]\rho: [n] \rightarrow [n] of size nn that supports both ρ(i)\rho(i) and ρ1(j)\rho^{-1}(j) queries in O(1)O(1) time. In particular, this result circumvents Golynski's [SODA 2009] lower bound result for trade-offs between redundancy and ρ(i)\rho(i) and ρ1(j)\rho^{-1}(j) queries. Moreover, as applications of these permutations with the queries, we also introduce the first succinct representations for mosaic/slicing floorplans, and plane bipolar orientations, which can further support specific navigational queries on them efficiently.

Keywords

Cite

@article{arxiv.2409.16650,
  title  = {Succinct Data Structures for Baxter Permutation and Related Families},
  author = {Sankardeep Chakraborty and Seungbum Jo and Geunho Kim and Kunihiko Sadakane},
  journal= {arXiv preprint arXiv:2409.16650},
  year   = {2024}
}
R2 v1 2026-06-28T18:56:07.220Z