arXiv論文メモ
新着一覧
cs.DS · 査読状況未確認

木の上で探索するデータ構造を省メモリで表す

Succinct Representation of Search Trees on Trees

Seungbum Jo, Nodari Sitchinava

この論文をやさしく読む

ひとことで言うと

木構造の中から目的の頂点を探すための別の木を、できるだけ少ないメモリで保存する研究です。一般的な二分探索木を、より広い木構造へ拡張した対象を扱います。

何に役立つ?

考えられる用途は、木構造を使う探索処理でのメモリ削減です。保存の小ささだけでなく、構造をたどる処理の速さも支援する設計になっています。

この研究の面白いところ

情報を短く表現するだけでなく、多項式時間でその表現を作れることを示しています。一般のSTTでは、高速走査を支えても主要な記憶量の最適性を保ちます。

どこまで分かった?

最適性には低次の加法項を除くという条件があります。要旨はSteiner閉STTでも高速走査を支えるとしていますが、その走査用構造にも同じ記憶量の最適性があるとは明記していません。実測速度の数値もありません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

木上の探索木(STT)は、参照となる木の中で目的の頂点を探すためのデータ構造である。標準的な二分探索木はSTTの特殊な場合であり、その参照木は全順序の付いた要素からなる道になっている。本論文では、STTの簡潔表現の問題を研究する。 一般の木上の探索木と、Steiner閉な木上の探索木[Boseら、TALG 2023]の2つの場合を考える。両方について、多項式時間で構成でき、低次の加法項を除いて最適な記憶領域を達成する表現を示す。また、一般のSTTとSteiner閉なSTTのいずれでも高速な走査を支援するデータ構造を示す。一般のSTTについては、このデータ構造も低次の加法項を除いて最適な記憶領域に収まる。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-18(UTC)
最新改訂
2026-09-18 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

A search tree on trees (STT) is a data structure for performing a search for a target vertex in a reference tree. A standard binary search tree is a special case of an STT, where the reference tree is a path of totally ordered elements. In this paper, we study the problem of succinct representation of STTs. We consider two cases: (1) general search trees on trees, and (2) Steiner-closed search trees on trees [Bose et al. TALG 2023]. For both cases, we present representations that can be constructed in polynomial time and achieve optimal space up to the lower-order additive terms. We also present data structures for supporting fast traversals of both general and Steiner-closed STTs. For general STTs our data structure still takes optimal space up to lower-order additive terms.

arXiv ID: 2609.21236 / 要約の誤りについて