/min-heap-arrays

Implementation of min heap whose elements are one dimensional arrays containing two elements. The elements are sorted in the min heap by the first entry in each array.

No issues in this repository yet.