module PriorityQueue
Overview
Provides implementations for MinHeap or MaxHeap containers. Elements to be
stored in the containers must implement < and > to define their ordering property.
Defined in:
priorityqueue.crConstant Summary
-
VERSION =
"0.1.1"