项目作者: CodeChef-SMVDU

项目描述 :
Solve DSA Problems.
高级语言: Python
项目地址: git://github.com/CodeChef-SMVDU/Solve-It.git
创建时间: 2020-10-02T12:08:58Z
项目社区:https://github.com/CodeChef-SMVDU/Solve-It

开源协议:GNU General Public License v3.0

下载


Solve-It

Description

Solve the DSA problems listed in issues section. You can sort them according to difficulty level by seeing appropriate label.


You are allowed to code in any language.

Rules

  • Don’t work on assigned issues.
  • Max time to solve a issue is 7 Days after that you will be unassigned.
  • Don’t copy the code from somewhere.

Note If a issue is assigned and still you want to work on that go ahead and send a PR but your PR will be taken into consideration after that person’s PR.

Contributing

  • While submiting your solution make sure that it runs all the test cases listed in the issue.
  • Name of the file should same as the issue title.
  • A problem can have multiple solutions.
  • Your solution should contain the problem statement as comments. Eg
    ```
    /Problem Statement goes here/

// code goes here.
```

  • New and creative solutions are welcomed.