2020
DOI: 10.48550/arxiv.2006.00605
|View full text |Cite
Preprint
|
Sign up to set email alerts
|

A Fast Algorithm for Online k-servers Problem on Trees

Abstract: We consider online algorithms for the k-servers problem on trees. There is an k-competitive algorithm for this problem, and it is the best competitive ratio. M. Chrobak and L. Larmore suggested it. At the same time, the existing implementation has O(n) time complexity, where n is a number of nodes in a tree. We suggest a new time-efficient implementation of the algorithm. It has O(n) time complexity for preprocessing and O k(log n) 2 for processing a query.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
2
0

Year Published

2020
2020
2020
2020

Publication Types

Select...
1

Relationship

1
0

Authors

Journals

citations
Cited by 1 publication
(2 citation statements)
references
References 13 publications
0
2
0
Order By: Relevance
“…However, it is too slow to apply it to the case of a tree. In the case of a tree, there exists an algorithm with time complexity O(n) for preprocessing and O k(log n) 2 for each query [22].…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…However, it is too slow to apply it to the case of a tree. In the case of a tree, there exists an algorithm with time complexity O(n) for preprocessing and O k(log n) 2 for each query [22].…”
Section: Introductionmentioning
confidence: 99%
“…It is based on fast algorithms for computing Lowest Common Ancestor (LCA) [9,7] and the binary lifting technique [8]. Compared to [22], the idea of our algorithm is simpler: it has less efficient preprocessing and more efficient processing of a query when k = o (log n) 2 .…”
Section: Introductionmentioning
confidence: 99%