paperbot · PL 论文追踪

RSS

On constructing 2-3 trees

JFP vol.282018
RALF HINZE

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

We consider the task of constructing 2-3 trees. Given a sequence of elements we seek to build a 2-3 tree–in linear time–that contains the elements in symmetric order. We discuss three approaches: top-down, bottom-up, and incremental. The incremental approach is more flexible than the other two in that it allows us to interleave the construction work with other operations, for example, queries.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot340,
  title = {On constructing 2-3 trees},
  author = {RALF HINZE},
  journal = {Journal of Functional Programming},
  volume = {28},
  year = {2018},
  doi = {10.1017/s0956796818000187}
}