Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 378 Bytes

File metadata and controls

23 lines (18 loc) · 378 Bytes

#LeetCode in Javascript

LeetCode Collection in Javascript.

Tool scripts for testing are added.

Let's Leet

npm run leet

Automatically setup a new leetcode according to current progress, including:

  • A directory named like 001-Two-Sum
  • index.js
  • test.js
  • input
  • output

Test

Complete the test.js and test cases (input and output files) and

npm test