go-leetcode
Leetcode solution in Go
How to use
You can check all solutions by testing
go test ./...
Now, we have
-
A README file accompanies each problem to provide an explanation
-
A runnable test for each solution ensuring correctness
-
The simplest code for each solution to ensure ease of understanding