vJechsmayr / PythonAlgorithms

All Algorithms implemented in Python 3 a project for hacktoberfest2020 - NO Issues or PRs for hacktoberfest 2021
MIT License
132 stars 367 forks source link

1518_Water_Bottles.py #760

Closed Himsahu closed 4 years ago

Himsahu commented 4 years ago

IMPORTANT: Please do not create a Pull Request without an issue.

All Submissions:

Closing issues

Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).

riwim commented 4 years ago

Hi Himsahu again. Before you make a submission you really have to check that for the very problem

  1. there is no solution present,
  2. there are no open issues, and
  3. there are no open PRs.

In this case there is already an open issue. Use the search function and try to find it. Usually the easiest way is to search for the problem id (so search for 1518 in this repo).

When looking for a new problem to solve just make very sure that there is no solution, PR and issue yet 👍 .

vJechsmayr commented 4 years ago

Problem already solved - Read Contribution Guideline first!