Skip to content
/ leetcode Public

刷題、練語言、中文註解為主

Notifications You must be signed in to change notification settings

o-p/leetcode

Repository files navigation

我要刷 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/...