A Fast Algorithm for Online k-servers Problem on Trees

Abstract

We consider online algorithms for the k-server problem on trees. There is a k-competitive algorithm for this problem, and it is the best competitive ratio. M. Chrobak and L. Larmore provided it. At the same time, the existing implementation has O(n) time complexity for processing a query and O(n) for prepossessing, where n is the number of nodes in a tree. Another implementation of the algorithm has O(k2+k n) time complexity for processing a query and O(n n) for prepossessing. We provide a new time-efficient implementation of the algorithm. It has O(n) time complexity for preprocessing and O(k( n)2) for processing a query.

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…