#LeetCode in Javascript
LeetCode Collection in Javascript.
Tool scripts for testing are added.
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
Complete the test.js and test cases (input and output files) and
npm test