Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manthanank/leetcode-solutions

Leetcode solutions
https://github.com/manthanank/leetcode-solutions

javascript leetcode solutions

Last synced: 9 days ago
JSON representation

Leetcode solutions

Awesome Lists containing this project

README

        

# Leetcode Solutions

This repository contains my solutions to various problems on Leetcode. I have solved these problems in Python and Java. I have also provided the time and space complexity of each solution.

## Installation

1. Clone the repository

```bash
git clone https://github.com/manthanank/leetcode-solutions.git
```

2. Change the directory

```bash
cd leetcode-solutions
```

3. Install the dependencies

```bash
pnpm install
```

4. Start the development server

```bash
pnpm dev
```

## Documentation

- Easy
- [Two Sum](src/content/docs/easy/two-sum.md)
- Medium
- [Add Two Numbers](src/content/docs/medium/add-two-numbers.md)
- Hard
- [N-Queens](src/content/docs/hard/n-queens.md)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgements

- [Leetcode](https://leetcode.com/)