Global Information Lookup Global Information

Queap information


A Queap Q with k = 6 and n = 9

In computer science, a queap is a priority queue data structure. The data structure allows insertions and deletions of arbitrary elements, as well as retrieval of the highest-priority element. Each deletion takes amortized time logarithmic in the number of items that have been in the structure for a longer time than the removed item. Insertions take constant amortized time.

The data structure consists of a doubly linked list and a 2–4 tree data structure, each modified to keep track of its minimum-priority element. The basic operation of the structure is to keep newly inserted elements in the doubly linked list, until a deletion would remove one of the list items, at which point they are all moved into the 2–4 tree. The 2–4 tree stores its elements in insertion order, rather than the more conventional priority-sorted order.

Both the data structure and its name were devised by John Iacono and Stefan Langerman.[1]

  1. ^ Iacono, John; Langerman, Stefan (2005). "Queaps". Algorithmica. 42 (1). Springer: 49–56. doi:10.1007/s00453-004-1139-5. S2CID 263883421.

and 4 Related for: Queap information

Request time (Page generated in 0.5136 seconds.)

Queap

Last Update:

In computer science, a queap is a priority queue data structure. The data structure allows insertions and deletions of arbitrary elements, as well as...

Word Count : 1678

List of data structures

Last Update:

Weight-balanced tree Zip tree B-tree B+ tree B*-tree Dancing tree 2–3 tree 2–3–4 tree Queap Fusion tree Bx-tree Heap Min-max heap Binary heap B-heap Weak heap Binomial...

Word Count : 911

Data structure

Last Update:

List of data structures Persistent data structure Plain old data structure Queap Succinct data structure Tree (data structure) Cormen, Thomas H.; Leiserson...

Word Count : 1822

Stefan Langerman

Last Update:

folding. Langerman's work in data structures includes the co-invention of the queap[Q] and the introduction of the notion of retroactive data structures,[RDS]...

Word Count : 579

PDF Search Engine © AllGlobal.net