songe / algorithms-in-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms in go

To Run

  1. Install Go
  2. Clone the repo to $GOPATH/src/algorithms-in-go
    git clone git@github.com:songe/algorithms-in-go.git $GOPATH/src/algorithms-in-go
    
  3. Run the tests
    go test algorithms-in-go
    

About


Languages

Language:Go 100.0%