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.
- Host: GitHub
- URL: https://github.com/twpayne/go-heap
- Owner: twpayne
- License: mit
- Created: 2024-02-26T21:25:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:32:49.000Z (6 months ago)
- Last Synced: 2025-04-11T19:22:45.143Z (about 2 months ago)
- Topics: generic, go, golang, heap
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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