Dynamic Partial Sorting
Data Structures and Algorithms
2014-04-21 v3
Abstract
The dynamic partial sorting problem asks for an algorithm that maintains lists of numbers under the link, cut and change value operations, and queries the sorted sequence of the least numbers in one of the lists. We first solve the problem in time for queries and time for updates using the tournament tree data structure, where is the number of elements in the lists. We then introduce a layered tournament tree data structure and solve the same problem in time for queries and for updates, where is the golden ratio and is the iterated logarithmic function with base .
Cite
@article{arxiv.1402.2712,
title = {Dynamic Partial Sorting},
author = {Jiamou Liu and Kostya Ross},
journal= {arXiv preprint arXiv:1402.2712},
year = {2014}
}