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

https://github.com/snakehacker/leetcode


https://github.com/snakehacker/leetcode

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

#### Introduction
Talk is cheap. Show me the code. :)
[leetcode](https://leetcode-cn.com/problemset/all/)
#### Preparation
```
cd leetcode
go get -v ./...
go get -v github.com/stretchr/testify/assert
```

#### How to test
```
make
```