1982
DOI: 10.1051/ita/1982160100511
|View full text |Cite
|
Sign up to set email alerts
|

A new class of balanced search trees : half-balanced binary search tress

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
7
0

Year Published

1988
1988
2010
2010

Publication Types

Select...
5
2
2

Relationship

0
9

Authors

Journals

citations
Cited by 28 publications
(8 citation statements)
references
References 6 publications
1
7
0
Order By: Relevance
“…We generated five tree operation sequences, each performing a total of 2 26 operations on a tree of size n = 2 13 . To isolate the effect of rebalancing, only insertions and deletions were performed; the expected cost of interspersed accesses can be inferred from the average and maximum path lengths of the tree after each operation.…”
Section: Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…We generated five tree operation sequences, each performing a total of 2 26 operations on a tree of size n = 2 13 . To isolate the effect of rebalancing, only insertions and deletions were performed; the expected cost of interspersed accesses can be inferred from the average and maximum path lengths of the tree after each operation.…”
Section: Resultsmentioning
confidence: 99%
“…An algorithm for rebalancing after a deletion appeared several years later, in a technical report by a different author [7]; deletion requires O(log n) rotations rather than O (1). For all existing forms of balanced trees, of which there are many [3,4,5,9,10,12,13,16], deletion is at least a little more complicated than insertion, although for some kinds of balanced search trees, notably red-black trees [9] and the recently introduced rank-balanced trees [10], rebalancing after a deletion can be done in O(1) rotations. Many textbooks describe algorithms for insertion but not deletion.…”
Section: Introductionmentioning
confidence: 99%
“…(3) Rank-balanced trees, like the half-balanced trees [14,15]. (4) Degree-balanced trees, like the ubiquitous B-tree [2].…”
Section: Definition 3 ( Parametrically Balanced Trees)mentioning
confidence: 99%
“…Also symmetric binary B-trees [5] and half-balanced trees [27] fulfill the requirements, so worst-case logarithmic rebalancing per update is obtained. This is not too surprising since these are similar to red-black trees, in the sense that the shape of the trees arising from these two paradigms can always be colored in such a way that a red-black tree is obtained.…”
Section: Examplesmentioning
confidence: 99%