What it can do:
- Create an Array and perform functions as a datatype Heap
- Runs through a driver program testing all the Heap functions
How to build yourself:
- Install Golang or
brew install go - get the repo
go get github.com/knighthawkbro/heap - cd to repo
cd $GOPATH/src/github.com/knighthawkbro/heap - run
go build heap.go - run
.\heap.go - conversly you can just run
go run heap.gofor an instant execution of the program - I think you may need to set your $GOPATH and create a src folder within for go build to work