An open API service indexing awesome lists of open source software.

https://github.com/twpayne/go-heap

Package heap implements a generic heap data structure.
https://github.com/twpayne/go-heap

generic go golang heap

Last synced: about 2 months ago
JSON representation

Package heap implements a generic heap data structure.

Awesome Lists containing this project

README

        

# go-heap

[![PkgGoDev](https://pkg.go.dev/badge/github.com/twpayne/go-heap)](https://pkg.go.dev/github.com/twpayne/go-heap)

Package `heap` implements a generic [heap data
structure](https://en.wikipedia.org/wiki/Heap_(data_structure)).

## License

MIT