heap - GreenFaith/algorithms GitHub Wiki

Heap (data structure)

Heap

Implemented

This structure has been implemented by golang already.
Check out the golang heap reference for detail.

Reference

[heap wiki]
[golang heap]