-
Notifications
You must be signed in to change notification settings - Fork 58
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 implementations for more algorithms and data structures. #8
Comments
Hey I would like to contribute, can you please assign this to me? |
I have identified some data structures which are missing ?
|
Can I add sorting algorithms like merge, quick, counting, bubble? Or Sieve of Eratosthenes? |
I would love to work on Linkedlists :) |
Hi @bhavinjawade I would like to take up Implementation of Prim's MST Algorithm Implementation using python |
Please suggest the algorithm or DS that you would like to the repository. I will create a new issue particularly for it and assign it to you. Thanks. |
Sounds good. Go ahead with this. I am creating an issue for this and assigning it to you. Please reply to the following issue: #11, so that I can assign it to you. Thanks |
Thank! I will start working on it. |
@amit-syadav, Let me know how that sounds. I will create an issue and assign it to you if that works for you. Thanks. |
I would like to work on DP problems majorly Longest Palindromic Subsequence and Bitonic Sequence Algorithms. |
I would love to add the famous problem of Unbounded Knapsack using Dynamic Programming and add Rod Cutting Problem and Coin Change Problem as it's two important variations. If you would kindly assign me to the issue. |
Hi @EmAchieng, As the repo is about 'Advanced' data structures and Algorithms, why not try some unique data structure. May be instead of linkedlist, you can try creating a unbounded array along with its explanation. Just make sure that you don't use append anywhere and are starting with a fixed size none initialized list. This code and associated markdown, will be really helpful for people to understand how vectors and lists work. Let me know how that sounds. Thanks. |
Sounds good, go ahead with this. Why not add implementations for both Prim's and Kruskal's. Let me create an issue for this and assign it to you. Please reply on #13. |
i would like to add some sorting algorith like (insertion sort ,cycle sort ,merge sort )and much more sorting algo please assign . |
@ricksaha2000 , Sounds good, go ahead with this. I will create an issue and assign it to you. Please reply on #14 Thanks. |
@Ishita-0112, Sounds good. Let me create an issue for this and assign it you. Please reply to the following issue. #15 |
@bhavinjawade i would like to add Tower Of Hanoi in your code. |
Sounds good. Why not added both iterative and recursive implementations of Tower of Hanoi. And if possible add the Twisted tower of Hanoi problem as well. Let me know how that sounds to you. Thanks. |
@bhavinjawade ok , i will add both both iterative and recursive implementations of Tower of Hanoi. |
@Amitsharma45 : Great, Please reply to the following issue to #16, so that I can assign it to you. |
Added Prim’s minimum spanning tree algorithm for issue bhavinjawade#8
Okay, I will study more on that. Assign me then. |
@EmAchieng, Sounds good. Will create an issue and assign it to you. Please reply to the following issue: #26 |
Sure, I will do those too! |
Hey! I would love to drop code for genetic algorithm |
Hey! Would you want me to add algorithms for finding the best route using different methods ie, DFS, A*, and UCS? |
Add more algorithms and data structures to the repository, that are not already present.
Also add the explanation for the algorithms in markdown format.
The text was updated successfully, but these errors were encountered: