/fixed-size-priority-queue

A priority queue with fixed size, based on STL. When the maximum size was reached, the element with the lowest priority would be removed automatically.

Primary LanguageC++Apache License 2.0Apache-2.0

Watchers