An open API service indexing awesome lists of open source software.

https://github.com/kafkaesc/leetcode-js

Solutions in JS for LeetCode exercises. 👨‍💻
https://github.com/kafkaesc/leetcode-js

algorithms javascript leetcode

Last synced: 12 days ago
JSON representation

Solutions in JS for LeetCode exercises. 👨‍💻

Awesome Lists containing this project

README

        

# LeetCode.JS

Built by Jared Hettinger

LeetCode.JS is a GitHub repository of solutions for [LeetCode](https://leetcode.com) exercises.

All code for this project is available on GitHub at [https://github.com/kafkaesc/LeetCode-JS](https://github.com/kafkaesc/LeetCode-JS).

## Running the Solutions

1. Navigate to project directory in the terminal
1. Run `node `, where FileName is the solution to run, e.g., `node 0001-TwoSum.js` will run the first solution