/algo-quiz

Primary LanguageGoMIT LicenseMIT

algo-quiz

Go Report Card

Description

Unofficial Golang implement of algorithm problems on www.algoexpert.io

Each algo quiz has a seperate go file which containes mulitple solutions(end with A/B/C etc) and the correspinding *_test.go test file.

There are lots of comments in each file, read them carefully . Good Luck!