A coefficient related to splay-to-root traversal, correct to thousands of decimal places

Abstract

This paper takes another look at the cost of traversing a binary tree using repeated splay-to-root. This was shown to cost O(n) (in rotations) by Tarjan and later, in different ways, by Elmasry and others. It would be interesting to know the minimal possible coefficient implied by the O(n) cost; call this coefficient β. In this paper we define a related coefficient α describing the cost of splay-to-root traversal on maximal (i.e., complete) binary trees, and show that β ≥ 2 + α. We give the first 3009 digits of α, including the decimal point, and show that every digit is correct. We make two conjectures: first, that β = 2 + α, and second, that α is irrational.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…