Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 638 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 638 Bytes

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