Skip to content

knighthawkbro/btrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreeMap/TreeSet (COMP2000 - Data Structures)

What it can do:

  • Create an TreeMap and perform functions as a datatype Map
  • Runs through a driver program testing all the Map functions
  • Runs through a seuss function to print all distinct words as a TreeMap
  • Runs through a seussSet function to print all distinct words as a TreeSet

How to build yourself:

  • DL Golang
  • CD to btree directory
  • remove other executable rm btree
  • run go build btree.go
  • run .\btree.go
  • conversly you can just run go run btree.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 8 for WIT COMP2000 - Data Structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages