Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 399 Bytes

LeetCode javascript solutions

web

https://baffinlee.github.io/leetcode-javascript/

dev

# get ready
npm install

# create a solution file: npm run create $leetcodeProblemUrl
npm run create https://leetcode.com/problems/two-sum

# or create a solution for random LeetCode problem
npm run create:random

# build
npm run build