Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 194 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 194 Bytes

This repo contains a set of algorithms implemented in golang

Start the app

go build -o app && ./app

Run tests / benchmarks

cd to the directory

go test -run '' -bench=. -v ./...