Skip to content

knighthawkbro/heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heap (COMP 2000 - Data Structures)

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.go for 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

About

Lab 9 for WIT COMP2000 - Data Structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages