Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.48 KB

CONTRIBUTING.md

File metadata and controls

55 lines (37 loc) · 2.48 KB

Contributing

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.

Readme

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.

Development environment setup

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

Do you want to improve the solution? Refactor the code?

According to the mentioned structure, update the codes or documents and send PR.

A problem has been solved, but do you want to provide another solution?

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.

The problem is solved, but do you have a solution with a new language?

According to the mentioned structure, create a folder called the desired language and put your codes. You can also use the default templates.

Do you want to solve a new problem?

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.

Issues and question requests

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!