maknahar / collection

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License