Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 312 Bytes

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