A collection of algorithms and data structures designed for solving programming puzzles.
Currently, the framework is written in Golang 1.19.x as it is closer to 1.18.x available on Codingame.
go test -cover ./...
go test -bench=. -benchmem -run=^$ > bench.out
You are welcome to follow my Codingame profile