priority queue
abstract data type in computer science
weak heap
combination of the binary heap and binomial heap data structures for implementing priority queues
leftist tree
priority queue implemented with a variant of a binary heap
pagoda
priority queue implemented with a variant of a binary tree
d-ary heap
priority queue data structure, a generalization of the binary heap in which the nodes have d children instead of 2