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

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

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