Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 145 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 145 Bytes

leetcode-go

leetcode with Golang

# 测试

# 测试单个 pkg
go test ./array
go test ./hash

# benchmark
go test ./array -bench=.