/algos

Golang implementation of common algorithms

Primary LanguageGo

Algorithms

Go implementation of well-known algorithms.

Run tests

go test ./...

Run benchmarks

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