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

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.

Awesome Lists containing this project

README

        

# js-leetcode

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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)