Skip to content

maknahar/collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collection

An attempt to implement a comprehensive list of data structures and algorithms in Go inspired by the Java Collection Framework using proposed design of Go generics.

WARNING

This is an experimental package and is not ready to be used in production environment.

Build

  • Install go2 in your system if it is not installed already.
cd ~/
git clone https://go.googlesource.com/go go2
cd go2
git checkout dev.go2go
cd src
./all.bash
  • Move to this project and set the GOROOT to go2
export GOROOT=~/go2/
  • Build the app
go tool go2go build 

About

An attempt to implement a comprehensive list of data structures and algorithms in Go inspired by the Java Collection Framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published