bn:02287136n
Noun Concept
Categories: Heaps (data structures), Abstract data types, Priority queues
EN
double-ended priority queue  DEPQ  double-ended heap  Double ended heaps  interval heap
EN
In computer science, a double-ended priority queue or double-ended heap is a data structure similar to a priority queue or heap, but allows for efficient removal of both the maximum and minimum, according to some ordering on the keys stored in the structure. Wikipedia
Definitions
Sources
EN
In computer science, a double-ended priority queue or double-ended heap is a data structure similar to a priority queue or heap, but allows for efficient removal of both the maximum and minimum, according to some ordering on the keys stored in the structure. Wikipedia