iconLogo
Published:2025/10/23 9:25:05

パターン回避置換、IT業界で大活躍!🚀

最強ギャル解説AI、見参💖 最新論文をかわちく解説していくよ~! 今回はIT業界で使える「パターン回避置換」の話だよ☆

超要約:データ構造を爆速(ばくはや)&省スペースにする技術!✨


ギャル的キラキラポイント✨

● データ分析とかの処理を、めっちゃ早くできる!😎 ● メモリの使用量(スペース)を節約できるから、コスパ最強!💰 ● 色んなITサービスをレベルアップさせられるチャンス!💖

続きは「らくらく論文」アプリで

Compact representations of pattern-avoiding permutations

L\'aszl\'o Kozma / Michal Opler

Pattern-avoiding permutations are a central object of study in both combinatorics and theoretical computer science. In this paper we design a data structure that can store any size-$n$ permutation $\tau$ that avoids an arbitrary (and unknown) fixed pattern $\pi$ in the asymptotically optimal $O(n \lg{s_\pi})$ bits, where $s_\pi$ is the Stanley-Wilf limit of $\pi$. Our data structure supports $\tau(i)$ and $\tau^{-1}(i)$ queries in $O(1)$ time, sidestepping the lower bound of Golynski (SODA 2009) that holds for general permutations. Comparable results were previously known only in more restricted cases, e.g., when $\tau$ is separable, which means avoiding the patterns 2413 and 3142. We also extend our data structure to support more complex geometric queries on pattern-avoiding permutations (or planar point sets) such as rectangle range counting in $O(\lg\lg{n})$ time. This result circumvents the lower bound of $\Omega{(\lg{n}/\lg\lg{n})}$ by P\u{a}tra\c{s}cu (STOC 2007) that holds in the general case. For bounded treewidth permutation classes (which include the above-mentioned separable class), we further reduce the space overhead to a lower order additive term, making our data structure succinct. This extends and improves results of Chakraborty et al. (ISAAC 2024) that were obtained for separable permutations via different techniques. All our data structures can be constructed in linear time.

cs / cs.DS