Compound Binary Search Tree and Algorithms
Yong Tan

TL;DR
This paper introduces a novel compound binary search tree structure with new algorithms aimed at improving performance and efficiency over traditional BSTs, especially in worst-case scenarios.
Contribution
It develops a new compound BST structure and algorithms that enhance performance and efficiency, addressing traditional BST weaknesses.
Findings
Improved worst-case performance in BST operations
New algorithms achieving logarithmic or linear time complexity
Enhanced data structure stability and efficiency
Abstract
The Binary Search Tree (BST) is average in computer science which supports a compact data structure in memory and oneself even conducts a row of quick algorithms, by which people often apply it in dynamical circumstance. Besides these edges, it is also with weakness on its own structure specially with poor performance at worst case. In this paper, we will develop this data structure into a synthesis to show a series of novel features residing in. Of that, there are new methods invented for raising the performance and efficiency nevertheless some existing ones in logarithm or linear time.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Advanced Database Systems and Queries · semigroups and automata theory
