https://github.com/snakehacker/leetcode
https://github.com/snakehacker/leetcode
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snakehacker/leetcode
- Owner: SnakeHacker
- Created: 2022-03-12T01:00:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T02:35:05.000Z (over 3 years ago)
- Last Synced: 2025-06-06T18:11:30.162Z (about 1 year ago)
- Language: Go
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```