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

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

Awesome Lists containing this project

README

        

# heapy
heap implementation in Go

[![asciicast](https://asciinema.org/a/46817.png)](https://asciinema.org/a/46817)
## Questions
1. Why do we need an slice of pointer to item? Why don't just: slice item?