gglachant / practice-go

Practice Go: a collection of Go exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go exercises and elegant solutions Build Status

How to solve

  • Each folder has a README.md file and _test.go file, check it and find what kind of function you need to implement.
  • Code this function in the separate .go file inside a package and run tests. You may use anything you want except 3rd-party packages.
  • Create a PR with one .go file.
  • We will choose the most fast and elegant solution and merge into the repo within 7 days.

Run tests with benchmarks

Run it in the challenge folder:

go test -bench=.

How to create new challenge from template

./new.sh challenge_name

About

Practice Go: a collection of Go exercises


Languages

Language:Go 98.7%Language:Shell 1.3%