An open API service indexing awesome lists of open source software.

https://github.com/patricktcoakley/go-leetcode

Just solutions to Leetcode problems in Go.
https://github.com/patricktcoakley/go-leetcode

algorithms data-structures golang interviewing leetcode

Last synced: 4 months ago
JSON representation

Just solutions to Leetcode problems in Go.

Awesome Lists containing this project

README

          

# 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`