Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 277 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 277 Bytes

Welcome to my modest corner of learning data structures and algorithms.

This repo contains 26 Leetcode solutions in a test-driven approach.

leetcode-ts

cd leetcode-ts/
npm run test

leetcode-go

cd leetcode-go/
go test -timeout 30s ./solutions/...