https://github.com/malcodeman/js-leetcode
Collection of leetcode problems and solutions.
https://github.com/malcodeman/js-leetcode
leetcode leetcode-javascript leetcode-solutions
Last synced: 2 months ago
JSON representation
Collection of leetcode problems and solutions.
- Host: GitHub
- URL: https://github.com/malcodeman/js-leetcode
- Owner: malcodeman
- License: mit
- Created: 2021-11-07T16:40:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T11:20:08.000Z (over 3 years ago)
- Last Synced: 2025-01-29T22:33:10.127Z (4 months ago)
- Topics: leetcode, leetcode-javascript, leetcode-solutions
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-leetcode
[](https://github.com/prettier/prettier)
[](https://github.com/malcodeman/js-leetcode/blob/main/LICENSE)Collections of JS leetcode problems and solutions.
## Prerequisites
- Install [deno](https://deno.land/#installation)
- Install deno [VS code plugin](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno)## Getting started
```
git clone https://github.com/malcodeman/js-leetcode.git js-leetcode
cd js-leetcode
yarn test
```## License
[MIT](./LICENSE)