/codingame-framework

A collection of algorithms and data structures designed for solving programming puzzles

Primary LanguageGoMIT LicenseMIT

Codingame Framework

codecov

A collection of algorithms and data structures designed for solving programming puzzles.

Golang Version

Currently, the framework is written in Golang 1.19.x as it is closer to 1.18.x available on Codingame.

Tests

go test -cover ./...

Benchmarks

go test -bench=. -benchmem -run=^$ > bench.out

You are welcome to follow my Codingame profile