Hacker News new | ask | show | jobs
by nickcw 2115 days ago
If you need a min-max heap (or double ended heap) in Go here is one I've used: https://github.com/aalpar/deheap

Very useful when you need it!