Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 382 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 382 Bytes

我要刷 LeetCode

第一階段先以這個 list 為目標: Blind Curated 75

Unit Tests

各種語言與執行環境的測試方法:

  • TypeScript (Node.js + Jest)

    $ yarn test problems/
  • TypeScript (Deno)

    $ deno test problems/*/*.test.deno.ts
  • Go

    go test -v ./problems/...