-
Notifications
You must be signed in to change notification settings - Fork 1k
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
add algorithms and data structures in any language #163
Comments
Anyone can work on it. You only need to fork the repository and edit and then give a pull request. Just mention the issue in comment while giving Pull Request |
Like to Add Bucket sorting algorithm in C++ |
added doubly LinkedList in c. #699 |
I can provide the algorithm for singly and double linked list in c++ language @i-vishi |
@pawan-git7979 we can not merge the pull request for the algorithms which have been already covered. If you find some error in the current implementation or want to add some explanation, then you can work on that algorithm. |
@zahinekbal It is not required to add algorithms using STL. Any improvements in the current implementation can be appreciated. |
Okk @i-vishi kindly check my graph problem & kadane's algorithm that I hv added nd please review my PR.. |
Kindly check it @i-vishi I added graph problem & kadane's algorithm |
@i-vishi kindly check my code and review my PR.. |
@HarshAgarwal-DEV @zahinekbal please read this you both will understand everything. |
@HarshAgarwal-DEV actually yes. Same for me also. |
@i-vishi I also have some parallel sorting algorithms (mergesort, quicksort, etc.) which are done with MPI and OpenMP. It looks like nobody previously added them here. Can I add these algorithms? |
@HarshAgarwal-DEV @zahinekbal @sameersrivastava13 See this comment |
Now can I Contribute in your issues ?? |
Hi, Can I Add Bucket Sorting algorithm in Python? @i-vishi Can you please assign this issue to me? |
fixed #163 added program to find max element in ll
Solved #163 added : partition list leet code
can you please assign me this @i-vishi |
Dated: Oct-07-2020
Regarding Delay in reviewing PR
Hello, everyone, I am one of the maintainer of this repository. I know most of the PRs are the part of hacktoberfest and most of you are worried will your PRs will be eligible for Hacktoberfest 2020 or not. Since, all the maintainers are busy, it will take some time to review all the PRs. We have to review each PR and it may take some time.
Also, the rules of Hacktoberfest have been changed to reduce spam PRs. There are many SPAM PRs with invalid code or no code. So, we have to review each PR one by one. Due to the changes in rules, the burden has been shifted to maintainers.
About adding and then removing hacktoberfest-accepted label, it was just to check and verify the eligibility of the label. Do not consider it as making your PR invalid.
All the PRs will be checked and reviewed
Thanks and Happy coding 💻 👨💻 👩💻 💻
The text was updated successfully, but these errors were encountered: