https://github.com/lycheng/leetcode-go
leetcode ac code by Golang
https://github.com/lycheng/leetcode-go
go leetcode
Last synced: 5 months ago
JSON representation
leetcode ac code by Golang
- Host: GitHub
- URL: https://github.com/lycheng/leetcode-go
- Owner: lycheng
- License: mit
- Created: 2016-04-10T16:15:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T02:30:40.000Z (over 7 years ago)
- Last Synced: 2024-06-20T17:40:16.319Z (almost 2 years ago)
- Topics: go, leetcode
- Language: Go
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
leetcode-go
---
leetcode with Golang
```
# 测试
# 测试单个 pkg
go test ./array
go test ./hash
# benchmark
go test ./array -bench=.
```