par Iacono, John ;Langerman, Stefan
Référence arXiv.org
Publication Publié, 2018-06-01
Article sans comité de lecture
Résumé : It is shown that the online binary search tree data structure GreedyASS performs asymptotically as well on a sufficiently long sequence of searches as any static binary search tree where each search begins from the previous search (rather than the root). This bound is known to be equivalent to assigning each item i in the search tree a positive weight wi and bounding the search cost of an item in the search sequence s1,…,sm byO⎛⎝⎜⎜⎜1+log∑min(si−1,si)≤x≤max(si−1,si)wxmin(wsi,wsi−1)⎞⎠⎟⎟⎟amortized. This result is the strongest finger-type bound to be proven for binary search trees. By setting the weights to be equal, one observes that our bound implies the dynamic finger bound. Compared to the previous proof of the dynamic finger bound for Splay trees, our result is significantly shorter, stronger, simpler, and has reasonable constants.