Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.4 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.4 KB

Algorithms in Go

This repository is a notebook for data structures and algorithms implemented in Go. Examples are derived from sources listed in references. Each example is in a separate file, with a corresponding file for tests and benchmarks. Since I am new to Go, some code may not be idiomatic. To suggest an improvement, please submit a pull request, create an issue, or schedule some time to pair with me.

Running Tests

$ go test

With benchmarks:

$ go test -bench=.

Pair Programming

Pair program with me!

Check out my schedule and make some time to explore Algorithms in Go.

References