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. 👨💻
- Host: GitHub
- URL: https://github.com/kafkaesc/leetcode-js
- Owner: kafkaesc
- Created: 2023-05-08T21:48:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T19:04:08.000Z (about 2 years ago)
- Last Synced: 2025-02-17T14:44:53.356Z (3 months ago)
- Topics: algorithms, javascript, leetcode
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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