Sorting Pattern-Avoiding Permutations via 0-1 Matrices Forbidding Product Patterns

July 05, 2023 Β· Declared Dead Β· πŸ› arXiv.org

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Parinya Chalermsook, Seth Pettie, Sorrachai Yingchareonthawornchai arXiv ID 2307.02294 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DM, math.CO Citations 7 Venue arXiv.org Last Checked 4 months ago
Abstract
We consider the problem of comparison-sorting an $n$-permutation $S$ that avoids some $k$-permutation $Ο€$. Chalermsook, Goswami, Kozma, Mehlhorn, and Saranurak prove that when $S$ is sorted by inserting the elements into the GreedyFuture binary search tree, the running time is linear in the extremal function $\mathrm{Ex}(P_Ο€\otimes \text{hat},n)$. This is the maximum number of 1s in an $n\times n$ 0-1 matrix avoiding $P_Ο€\otimes \text{hat}$, where $P_Ο€$ is the $k\times k$ permutation matrix of $Ο€$, $\otimes$ the Kronecker product, and $\text{hat} = \left(\begin{array}{ccc}&\bullet&\\\bullet&&\bullet\end{array}\right)$. The same time bound can be achieved by sorting $S$ with Kozma and Saranurak's SmoothHeap. In this paper we give nearly tight upper and lower bounds on the density of $P_Ο€\otimes\text{hat}$-free matrices in terms of the inverse-Ackermann function $Ξ±(n)$. \[ \mathrm{Ex}(P_Ο€\otimes \text{hat},n) = \left\{\begin{array}{ll} Ξ©(n\cdot 2^{Ξ±(n)}), & \mbox{for most $Ο€$,}\\ O(n\cdot 2^{O(k^2)+(1+o(1))Ξ±(n)}), & \mbox{for all $Ο€$.} \end{array}\right. \] As a consequence, sorting $Ο€$-free sequences can be performed in $O(n2^{(1+o(1))Ξ±(n)})$ time. For many corollaries of the dynamic optimality conjecture, the best analysis uses forbidden 0-1 matrix theory. Our analysis may be useful in analyzing other classes of access sequences on binary search trees.
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