Algorithms in Go

Lately I have been learning a lot about Go [http://golang.org]. I decided a great independent study subject would be to review Algorithms, Fourth Edition [http://algs4.cs.princeton.edu/home/] in the context of Go. However, this presents a few obsticles that ups the degree of difficulty. Most…