Computer Science > Data Structures and Algorithms
[Submitted on 1 Sep 2017 (this version), latest version 7 Aug 2019 (v2)]
Title:Fused Trees: Simple BST balancing method by partial & scheduled rebuilds
View PDFAbstract:This paper proposes a simple method to balance a binary search tree, as an attempt to develop the simplest and most explicit procedure. For a given constant $k$ in (0, 0.5), a rebuilt subtree of size $n$ rebuilds itself again after $\max(1,\left\lfloor kn \rfloor\right)$ insert/delete operations.
With a cost, this scheduled rebuild offers implementational advantages. This cost is frequent rebuilds and a single integer value to be stored at all nodes. The return is short-coded and explicit extra procedures the only thing needed to ensure logarithmic search costs and amortized logarithmic insert/delete costs.
Submission history
From: Taewoo Kim [view email][v1] Fri, 1 Sep 2017 11:14:39 UTC (901 KB)
[v2] Wed, 7 Aug 2019 21:12:02 UTC (33 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.