aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-pqueue/pkg-descr
blob: 152f5d49b1f756e0f274e5bf0309e6b265fb56fb (plain) (blame)
1
2
3
4
5
6
A priority queue is like a standard queue, except that each inserted
elements is given a certain priority, based on the result of the comparison
block given at instantiation time. Retrieving an element from the queue will
always return the one with the highest priority.

WWW: http://rubyworks.github.io/pqueue/