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

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

Leetcode problem solutions 🗳️
https://github.com/remonhasan/leetcode-solutions

algorithms array competitive-programming data-structures hash-map leetcode-cpp leetcode-solutions string

Last synced: 9 months ago
JSON representation

Leetcode problem solutions 🗳️

Awesome Lists containing this project

README

          

# LeetCode Solutions

This repository contains my solutions to various problems from LeetCode.

## Structure

The solutions are organized into folders based on the difficulty level of the problems: Easy, Medium, and Hard. Each folder contains subfolders for individual problems.

- **Easy**: Contains solutions to easy-level problems.
- **Medium**: Contains solutions to medium-level problems.
- **Hard**: Contains solutions to hard-level problems.

Each problem folder contains:
- The solution file(s) for the problem.
- A README.md file with the problem description, solution explanation, and any additional notes.

## Contributing

Feel free to contribute by adding your own solutions or improving existing ones. Just make sure to follow the existing structure and guidelines.

## License

This project is licensed under the [MIT License](LICENSE).