Barsonax / Pathfindax

Pathfinding framework
GNU Affero General Public License v3.0
26 stars 8 forks source link

Rename MinHeap to MaxHeap #45

Closed Barsonax closed 6 years ago

Barsonax commented 6 years ago

Summary

Even though the MinHeap is called MinHeap the first element does not actually have the smallest value but instead has the largest value. Because of this rename the MinHeap to MaxHeap.

Barsonax commented 6 years ago

Fixed on develop