Lehks / NostraUtils

A Utility Library for the Nostra Game Engine.
MIT License
6 stars 0 forks source link

BinaryHeap - Initial Capacity #3

Closed Lehks closed 6 years ago

Lehks commented 6 years ago

Please add a parameter to the BinaryHeap that enables a user to initialize the internal vector with an initial capacity.

NooCi commented 6 years ago

Done