Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manthanank/leetcode-solutions
- Owner: manthanank
- License: mit
- Created: 2022-11-22T05:22:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T03:37:18.000Z (6 months ago)
- Last Synced: 2024-12-25T19:44:13.381Z (14 days ago)
- Topics: javascript, leetcode, solutions
- Language: JavaScript
- Homepage: https://manthanank.github.io/leetcode-solutions/
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)