https://github.com/roylee0704/heapy
heap implementation in Go
https://github.com/roylee0704/heapy
golang heap
Last synced: 25 days ago
JSON representation
heap implementation in Go
- Host: GitHub
- URL: https://github.com/roylee0704/heapy
- Owner: roylee0704
- Created: 2016-05-24T07:25:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T17:00:16.000Z (almost 9 years ago)
- Last Synced: 2025-02-02T01:26:16.063Z (3 months ago)
- Topics: golang, heap
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heapy
heap implementation in Go[](https://asciinema.org/a/46817)
## Questions
1. Why do we need an slice of pointer to item? Why don't just: slice item?