Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 425 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 425 Bytes

leetcode-solutions

.github/workflows/main.yml Coverage

Just my leetcode solutions in Go

Run tests

go test -v -run=. ./solutions/...
go test -bench=. -benchmem ./solutions/...