Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 400 Bytes

File metadata and controls

17 lines (11 loc) · 400 Bytes

Grokking Algorithms in Go

Go implementation of algorithms explained in the Grokking Algorithms book.

I have tried (to the best of my abilities) to be faithful to the implementation of the algorithms as they are described in the book.

Running tests

go test ./...

Running benchmarks

go test -benchmem -bench=. ./...