We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: 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(k^2+k\log n)$ time complexity for processing a query and $O(n\log n)$ for prepossessing. We provide a new time-efficient implementation of the algorithm. It has $O(n)$ time complexity for preprocessing and $O\left(k(\log n)^2\right)$ for processing a query.
Comments: CSR2022
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2006.00605 [cs.DS]
  (or arXiv:2006.00605v3 [cs.DS] for this version)

Submission history

From: Kamil Khadiev [view email]
[v1] Sun, 31 May 2020 20:49:52 GMT (37kb)
[v2] Wed, 23 Dec 2020 20:47:46 GMT (37kb)
[v3] Fri, 29 Apr 2022 10:51:58 GMT (79kb)

Link back to: arXiv, form interface, contact.