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.cr

Constant Summary

VERSION = "0.1.1"