-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Hacktoberfest 2020 - Implement Python algorithms or data structures, fix existing ones and more! #2510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PSA: I am checking out for the month of Hacktoberfest. I have some important work that I must attend to so I will stop contributing to this repo for the next 30 days. I would encourage maintainers to stick with the rules that have gotten us this far: be friendly, insist on best coding practices including all that is in CONTRIBUTING.md (functions, type hints, doctests, etc.) If you see PRs that are useless or show that the contributor has not read CONTRIBUTING.md please mark those PRs with the See you again in November. |
Please observe that, from now on, a PR has to be marked |
Sure. |
Hi @poyea & other maintainers,
It uses Caesar cipher (encryption & decryption) and Image Steganography(encoding & decoding). Can I contribute it to this repository? |
Yes. You may also see if there's any related implementation in |
You may add a new one, as the current one works with strings, unless you can modify it make it compatible with images or matrices. |
Thank you @poyea |
Please create a new directory only if there are going to be multiple Python files in it. If it is just a single Python file then please find and existing directory to put it in. We do not want to force visitors to click into and out of tons of directories to find something of interest. |
Yes, add a folder if you have images related to that, but in general, we want to avoid this. |
I am a bit confused here now :'). |
How many Python files will your proposed new folder contain? |
@cclauss I can combine all the files in a single file. Right now, I have the files divided as caesar.py, steganography.py and driver.py |
Cool. Then do it whichever way that you think best. Thanks. |
Hi @poyea & other maintainers, I have a fix for issue #1901 and I would like to submit. My YAML Workflow file auto-closes empty issues. The workflow checks whether a new issue body is empty and if so it uses the close-issue action to auto-close the issue and send a notification email to the repo owner/maintainers. I have tested the Workflow works as expected in my own repo. Is is ok for me to raise a PR? |
I’ve added #2782 |
As mentioned, please include for Hacktoberfest or something like that in your description to signal us that this PR is for Hacktoberfest otherwise we wouldn't know that you participated or not. |
Hi @poyea, I came across with an implementation of the secand method in which many improvements can be done. Should I just modify that file or add a new algorithm? |
Hi, I wanted to add a implementation for a Data-structure called KD-Tree. It has various uses like multi-dimensional partitioning and searching. Is it a nice idea? If so where should I add it? |
solution of euler problem38 added #3452 . all checkpoint pass |
Can someone pls look into my PR #3420 |
Hi, I would like to add implementation for Banker's Algorithm which is a deadlock detection algorithm that uses 2d arrays. Can I contribute? |
@BasilVictor There are 460+ open PRs on this repo and before Hacktoberfest started there were 30. Is your algorithm (#3512) really differentiated from / better than the four pages of other distance algorithms in this repo? You have checked the box |
Hello maintainers! |
Hello @cclauss. This is my first time contributing to anything. So basically, I submitted three PR s that are for the c language directory. A stupid question, but can they be thought of as participating for hactoberfest? |
@dhruvmanila @cclauss, @poyea could you look into 3468. Thanks! |
I would like to create a web crawler to find jobs at StackOverFlow :) |
Just do it! |
@sonechca would definitely use the script |
We started with 30 open PRs and ended with 521. |
Thank you, all the maintainers of this project for showing patience while participating in this event. Love you all <3 |
The annual Hacktoberfest is around the corner! Register on Hacktoberfest's website and open 4 pull requests during October 2020 to receive the swags (if you're the first 70,000 participants)!
In our Python repository, there are currently several open issues:
What's more, you can also fix an existing bugs, improve any documentation and provide better implementations for certain algorithms! Feel free to inform the community by filling an issue and start hacking! If you're new to contributing code, please read our Contribution Guidelines for an overall understanding and ask questions on the internet - Google, StackOverflow or our Gitter.
TheAlgorithms has repositories in other programming languages, so find your language and start coding there!
What you can do to participate
hacktoberfest
Useful links
Remarks
invalid
orspam
it would not be counted and the person may be disqualified for the swags.Hacktoberfest's update
The text was updated successfully, but these errors were encountered: