Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 229 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 229 Bytes

Generics-friendly data containers in Go

The heap package implements a binary heap using Go generics that is easy to use with any type. See heap package for more details.