go-leetcode
Just solutions to Leetcode problems in Go. Problems are organized in packages by topic with the goal to have the sample solutions as unit tests.
Usage
- Tests:
make tests
- Coverage:
make coverage
Just solutions to Leetcode problems in Go. Problems are organized in packages by topic with the goal to have the sample solutions as unit tests.
make tests
make coverage