Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiexianbin/go-leetcode
My solutions in leetcode
https://github.com/xiexianbin/go-leetcode
golang leetcode
Last synced: about 1 month 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T08:49:29.000Z (over 2 years ago)
- Last Synced: 2023-08-19T07:01:38.780Z (over 1 year ago)
- Topics: golang, leetcode
- Language: Go
- Homepage: https://leetcode.cn/u/xiexianbin/
- Size: 801 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leetcode
[![build-test](https://github.com/xiexianbin/go-leetcode/actions/workflows/workflow.yaml/badge.svg)](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
```