https://github.com/xiexianbin/go-leetcode
My solutions in leetcode
https://github.com/xiexianbin/go-leetcode
golang leetcode
Last synced: 4 months ago
JSON representation
My solutions in leetcode
- Host: GitHub
- URL: https://github.com/xiexianbin/go-leetcode
- Owner: xiexianbin
- License: apache-2.0
- Created: 2019-12-14T02:53:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T08:49:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T18:32:36.381Z (6 months ago)
- Topics: golang, leetcode
- Language: Go
- Homepage: https://leetcode.cn/u/xiexianbin/
- Size: 801 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leetcode
[](https://github.com/xiexianbin/go-leetcode/actions/workflows/workflow.yaml)
- https://leetcode.com/u/xiexianbin/
- https://leetcode.cn/u/xiexianbin/## clone
```
git clone [email protected]:xiexianbin/go-leetcode.git leetcode
```## test
- test one case
```
go test -v ./...
```- test case in special dir
```
go test -v ./lcp/...
```- test one case
```
go test ./.go
```