Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This repo contains solutions to various LeetCode problems I've tackled over time, implemented in JavaScript. Each problem's solution is organized by difficulty.
https://github.com/arjunkdot/leetcode-js

alogrithms dp dsa greedy-algorithms javascript leetcode twopointers

Last synced: 4 days ago
JSON representation

This repo contains solutions to various LeetCode problems I've tackled over time, implemented in JavaScript. Each problem's solution is organized by difficulty.

Awesome Lists containing this project

README

        

# LeetCode Solutions in JavaScript

This repo contains solutions to various LeetCode problems I've tackled over time, implemented in JavaScript. Each problem's solution is organized by difficulty.

Feel free to ask if you need any more help!

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Problems Solved](https://github.com/arjunkdot/leetcode-js/)
- [Easy](https://github.com/arjunkdot/leetcode-js/tree/main/easy/)
- [Medium](https://github.com/arjunkdot/leetcode-js/tree/main/medium/)
- [Hard](https://github.com/arjunkdot/leetcode-js/tree/main/hard/)
- [License](#license)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/arjunkdot/leetcode-js.git
```

## Usage

You can run the JavaScript files using Node.js. For example:

```bash
node medium/01-container-with-most-water/solution.js
```

## License

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.