尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。
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 原文 ·
@article{paperbot340,
title = {On constructing 2-3 trees},
author = {RALF HINZE},
journal = {Journal of Functional Programming},
volume = {28},
year = {2018},
doi = {10.1017/s0956796818000187}
}