English

Compaction for two models of logarithmic-depth trees: Analysis and Experiments

Combinatorics 2021-09-14 v3 Data Structures and Algorithms

Abstract

We are interested in the quantitative analysis of the compaction ratio for two classical families of trees: recursive trees and plane binary increasing trees. These families are typical representatives of tree models with a small depth. Once a tree of size nn is compacted by keeping only one occurrence of all fringe subtrees appearing in the tree the resulting graph contains only O(n/lnn)O(n / \ln n) nodes. This result must be compared to classical results of compaction in the families of simply generated trees, where the analogous result states that the compacted structure is of size of order n/lnnn / \sqrt{\ln n}. The result about the plane binary increasing trees has already been proved, but we propose a new and generic approach to get the result. Finally, an experimental study is presented, based on a prototype implementation of compacted binary search trees that are modeled by plane binary increasing trees.

Keywords

Cite

@article{arxiv.2005.12997,
  title  = {Compaction for two models of logarithmic-depth trees: Analysis and Experiments},
  author = {Olivier Bodini and Antoine Genitrini and Bernhard Gittenberger and Isabella Larcher and Mehdi Naima},
  journal= {arXiv preprint arXiv:2005.12997},
  year   = {2021}
}
R2 v1 2026-06-23T15:50:03.525Z