Built by Jared Hettinger
LeetCode.JS is a GitHub repository of solutions for LeetCode exercises.
All code for this project is available on GitHub at https://github.com/kafkaesc/LeetCode-JS.
- Navigate to project directory in the terminal
- Run
node <FileName>, where FileName is the solution to run, e.g.,node 0001-TwoSum.jswill run the first solution