Skip to content

christiansmith/golang-algorithms

Repository files navigation

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

About

Notebook of algorithms examples in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages