/101-programming-exercises

101 Exercises for computer programming

Primary LanguagePythonApache License 2.0Apache-2.0

101 Exercises for computer programming

Your goal is to practice computer programming in any language you want, using professional work flow, like Github.

Everything starts with an issue. You need to close every issue oppened at this repo.

How to submit the solutions

  1. Check the unsolved issues.
  2. Select the next issue you want to solve.
  3. Write your solution in your own repository (you should fork this repository), under the ./solutions/Your name folder.
  4. Submit a Pull Request. It is a good practice you explain the solution in your own words.
  5. Be prepared to answer my questions and make corrections requested from the PR comments. You start start to work on a new issue any time you want.
  6. The issue will be closed as soon the PR is approved and merged.