WI
WindomZ/leetcode.go
:100: My LeetCode Problem's Solutions(Golang).
leetcode.go
My solutions(Golang) of problems in https://leetcode.com/
Pursue
- Faster and Better solutions.
- 100% coverage tests.
- 100% benchmark tests.
Catalog
Support
If you like it then you can put a ⭐Star on it.
Solutions
'
Single Repetition Duration' and 'LeetCode Run Time' are for reference only.
All tests should be run on a same machine, and through multiple benchmark tests.
Testing
git clone https://github.com/WindomZ/leetcode.go.git "$YOUR_PROJECT_PATH"
cd "$YOUR_PROJECT_PATH"
go test -v -run=. ./solutions/...
go test -bench=. -benchmem ./solutions/...Related
Helper
- WindomZ/leetcode-init - A tool to create leetcode code template via cli.
Contributing
Challenge
Welcome to pull requests(PRs) of the better solutions.
- Pass all LeetCode test cases.
- Pass all my test cases.
- Faster than mine! (on a machine, and run benchmark tests repeatedly)
Discuss
Welcome to report bugs, suggest ideas and discuss on issues page.