The solutions to some LeetCode problems.
All the solutions that are here, get full score (100) in LeetCode. But that does not necessarily mean the best answer.
🌟 If you like this project, please give it a star.
In this section you can see the solutions, And if you want, you can send your solution (in any language).
See the complete list in this page.
Number of problems solved: 31
Number of solutions: 64
See the complete list in this page.
All solutions are in the Solutions folder.
In LeetCode, the structure of the problem link is as follows: https://leetcode.com/problems/{Problem-Name}
We keep all problem solutions in a folder called Problem-Name
. For example, the solutions
to this problem with name two-sum
are located in folder two-sum
inside Solutions folder.
Every problem can be solved with different languages. For example, C#
, Python
, etc. To separate the languages, we
save each language in a folder with its own name. For example, for C#
, the solution is placed in a folder
called csharp
.
For example, the tree structure of a solutions can look like this:
- Solutions
- two-sum
- README.md (the question text)
- csharp
- Solution
- program.cs
- Test
- README (about solutions)
- Solution
- python
- program.py
- combine-two-tables
- README.md (the question text)
- MySQL
- solution.sql
- README.md (about solution)
- two-sum
For see default templates, you can see this section.
Please see this list and help if you can.
See the open issues for a list of proposed features (and known issues).
- Top Question Requests ( Add your votes using the đź‘Ť reaction)
Reach out to the maintainer at one of the following places:
- Automatic readme generation
- Support multi-language
- CI/CD with GitHub action
First off, thanks for taking the time to contribute! Contributions make the free/open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please read our contribution guidelines, and thank you for being involved!
The original setup of this repository is by Hamid Molareza.
This file is generated automatically. You can see the source of this program in the Readme Generator directory.
This project uses the Payadel README template.
I didn't want to manually update the table in this file every time a problem was solved. This is repetitive work and programmers hate repetitive work!
In summary, the list of problems and solutions is read from the Solutions folder, and the processed information is placed in this format. For more information please see Readme Generator.
This project is licensed under the GPLv3.
See LICENSE for more information.
- Are you you interested in Quera site problems? Please see this repository.
If you want your repository to be added, send me the link in the issues.