Classes

Class Description
ArrayHelper

Summary

A static helper class with functions that can be useful when working with arrays.
BinaryHeap`1

Summary

A binary heap that guaruntees that O(Log) access to the highest priority element and O(Log) insert.