Leetcode solution in Go
You can check all solutions by testing
go test ./...
-
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