The solutions to some Quera problems.
All the solutions that are here, get full score (100) in Quera. 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).
Are you interested in LeetCode site problems? See this repository
See the complete list in this page.
Number of problems solved: 200
Number of solutions: 377
See the complete list in this page.
All solutions are in the Solutions folder.
In Quera, the structure of the questions link is as follows: https://quera.org/problemset/{Problem-ID-As-Number}
We keep all problem solutions in a folder called Quera ID
. For example, the solutions
to this problem with id 10163
are located in folder 10163
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 problem can look like this:
- Solutions
- 10163
- csharp
- program.cs
- README.md
- python
- program.py
- README.md
- csharp
- 10166
- javascript
- program.js
- README.md
- csharp
- solution1.cs
- solution2.cs
- README.md
- javascript
- 10163
For see default templates, you can see this section.
Codes usually do not need additional explanations. We try to make the codes clean, readable, and with comments.
In some cases, more explanations are needed, which are included in the solution README
file. for example
see this readme.
Please see this list and help if you can.
- Automatic readme generation
- Support multi-language
- CI/CD with GitHub action
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:
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.
This project is licensed under the GPLv3.
See LICENSE for more information.
Here are some related projects:
- myp79 solutions
- modos solutions
- AMK9978 solutions
- bestmahdi2 solutions
- MohammadNPak solutions
- erfanghorbanee solutions
If you want your repository to be added, send me the link in the issues.