When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Please note we have a code of conduct, please follow it in all your interactions with the project.
The readme file is generated automatically. So do not change this file directly. To apply the format changes, update the readme template and send PR.
If we want to solve a problem with ID 10163 with C#
language, the structure is
as follows:
- Solutions
- 10163
- csharp
- solution1.cs
- solution2.cs
- csharp
- 10163
According to the mentioned structure, update the codes or documents and send PR.
All the solutions of a language must be placed in a folder called the same language (for example, csharp
). If you are
not using a new language, do not create a new folder. Use another source file to the previous sources and preferably
update the readme file of the problem.
According to the mentioned structure, create a folder called the desired language and put your codes. You can also use the default templates.
According to the mentioned structure:
- create a folder named
Quera problem ID
in Solutions folder. - Create a folder in it called the desired language (like
csharp
,python
,react
, etc). - Put your solution there.
You can also use the default templates.
Do you want a solution to a new problem, do you know a better solution or did you find a problem? You can help us by submitting an issue on GitHub. Before you create an issue, make sure to search the issue archive -- your issue may have already been addressed!