Welcome to my GitHub repository where I solve problems from the Quera site and share their solutions.
This repository contains my solutions to various programming problems from Quera. Each solution is written in a clear and concise manner, aiming to help others understand and learn different problem-solving techniques.
The repository is structured as follows:
├── problem1 │ ├── problem1_description.txt │ └── solution1.java ├── problem2 │ ├── problem2_description.txt │ └── solution2.py └── README.md
- Each folder corresponds to a specific problem from Quera.
- Each folder contains a description of the problem and the respective solution in the appropriate programming language.
- Navigate to the folder of the problem you're interested in.
- Read the problem description in the
problem_description.txt
file. - Review the solution code in the respective file (e.g.,
solution1.java
,solution2.py
).
If you have a better solution or find any issues with the current solutions, feel free to open an issue or submit a pull request.
If you have any questions or need further explanation on any of the solutions, feel free to reach out.
Happy coding! ✨
Created by [Mohammad Jafar Saberi]