- Notifications
You must be signed in to change notification settings - Fork360
All Algorithms implemented in Python 3 a project for hacktoberfest2020 - NO Issues or PRs for hacktoberfest 2021
License
vJechsmayr/PythonAlgorithms
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
There implementations are for learning purposes. If you want to contribute more efficient solutions feel free to open an issue and commit your solution.
You can look for Algorithms to implement at:LeetCode Algorithms
To contribute make sure the Algorithm isn't commited yet! Make sure to add the number of the Issue in your PR.
Please make sure your file is in theLeetCode-Folder and Named like this:0001_TwoSum.py -> 4-digit Number of the LeetCode Issue, Underscore, LeetCodeName
When you open an issue, please make sure the Problem is not already implemented (Look at Code/Leetcode for the Problemnumber).Opened Issues by existing Problem will be closed & PR made to this Issue marked asspamThe Contributer who opened an issue will be assigned prefered to the issue. If there is no PR within about 7 Days the issue will be assigned to another Contributer.
Only Pull Requestsjoined with an Issue and matching thenaming-conventions (See Folders and Files) will be merged!If there is no Issue joined in the PR your PR will be labeld asspam and closed.If your code don't passes the Check on LeetCode.com your PR will be labeld as"invalid" and the Issue stays open for the next PR!If your PR doesn' follow the Contributing Guidelines of this Repository it will be also marked asspam and closed!
Users who spam this Repo with PRs/Issues that does not align the Contribution Guidelines will beblocked.
- Fork this repository (Click the Form button, top right of this page)
- Clone your fork down to your local machine
git clonehttps://github.com/your-username/pythonalgorithms.git- Comment to the Issue you want to work on - so I can assign you to it OR create a new Issue from a LeetCode Problem that is not implemented yet
- Create a branch for a new feature
git checkout -b feature/branch-name
- Or if its a bugfix to a file
git checkout -b bugfix/branch-name
- Make your changes (choose from the Tasks above!)
- Commit and Push
git add .git commit -m 'commit message'git push origin branch-name
- Create a New Pull Request from your forked repository ( Click the 'New Pull Request' Button located at the top of your repo)
- Wait for your PR review and merge approval!
- Star this repository if you had fun!
- Ones you are assigned to
- Your PR has to link the Issue
- Your Solution must be correct - you can check first on LeetCode (submit) if it works on different test-cases
- Ones you are NOT assigned to
- Your PR is NOT linked to the Issue you are linked to
- Your Solution is not correct
- Your PR contains more than the .py file
- PRs that "correct" Typos or spam files with comments
- PRs that "correct" Coding Styles - Please accept that everybody has a different style
During October there come pretty much PRs and Issues - Please be patient because of my fulltime job I cannot be online 24/7 - I do my best to work through your PRs as soon as possible.This Repository is open forHacktoberfest 2020 ONLY! No PRs/Issues for Hacktoberfest 2021 or later will be accepted and marked asinvalid/spam
Thank You!
About
All Algorithms implemented in Python 3 a project for hacktoberfest2020 - NO Issues or PRs for hacktoberfest 2021
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.