2006
DOI: 10.1142/s0129054106004510
|View full text |Cite
|
Sign up to set email alerts
|

A Priority Queue With the Working-Set Property

Abstract: A new priority queue is introduced, for which the cost to insert a new item is constant and the cost to delete the item x with the minimum value is O( log kx), where kx, is the number of items that are inserted after x and are still in the heap when x is deleted. We achieve the above bounds in both the amortized case and the worst case.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
25
0

Year Published

2010
2010
2013
2013

Publication Types

Select...
4
2

Relationship

1
5

Authors

Journals

citations
Cited by 14 publications
(25 citation statements)
references
References 6 publications
0
25
0
Order By: Relevance
“…Our priority queue builds on the priority queue in [6], which supports insert in constant time and delete-min within the working-set bound. The advantage of the priority queue in [6] over those in [2,9,10] is that it satisfies the stronger workingset property, in which elements that are deleted do not count towards the working set.…”
Section: A Priority Queue With the Working-set Propertymentioning
confidence: 99%
See 4 more Smart Citations
“…Our priority queue builds on the priority queue in [6], which supports insert in constant time and delete-min within the working-set bound. The advantage of the priority queue in [6] over those in [2,9,10] is that it satisfies the stronger workingset property, in which elements that are deleted do not count towards the working set.…”
Section: A Priority Queue With the Working-set Propertymentioning
confidence: 99%
“…The advantage of the priority queue in [6] over those in [2,9,10] is that it satisfies the stronger workingset property, in which elements that are deleted do not count towards the working set. Next we outline the structure of this priority queue.…”
Section: A Priority Queue With the Working-set Propertymentioning
confidence: 99%
See 3 more Smart Citations