https://github.com/wynn5a/go-leetcode
Leetcode solution in Golang
https://github.com/wynn5a/go-leetcode
leetcode leetcode-golang leetcode-solutions
Last synced: 2 months ago
JSON representation
Leetcode solution in Golang
- Host: GitHub
- URL: https://github.com/wynn5a/go-leetcode
- Owner: wynn5a
- License: mit
- Created: 2019-11-21T02:23:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T06:41:20.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T17:55:18.302Z (almost 2 years ago)
- Topics: leetcode, leetcode-golang, leetcode-solutions
- Language: Go
- Size: 2.56 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-leetcode
Leetcode solution in Go
# How to use
You can check all solutions by testing
```shell
go test ./...
```
# Now, we have
- [x] A README file accompanies each problem to provide an explanation
- [x] A runnable test for each solution ensuring correctness
- [x] The simplest code for each solution to ensure ease of understanding