/leetcode-go

leetcode ac code by Golang

Primary LanguageGoMIT LicenseMIT

leetcode-go

leetcode with Golang

# 测试

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

# benchmark
go test ./array -bench=.