-
Notifications
You must be signed in to change notification settings - Fork 19.9k
[FEATURE REQUEST] <title>Add new algorithm under Graph algorithms Edmonds #5447
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
Sounds great, feel free to add it! |
Sure Will Do |
Thank you for your proposal! Edmonds' Algorithm would indeed be a great addition to the repository and would expand the algorithmic coverage significantly. |
I can work on this if that's ok. :) |
I was still working on it. we can collaborate if you want. |
Sure, how can I help? |
Guys i've already pulled a request so wait for the review. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution! |
Please reopen this issue once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution! |
What would you like to Propose?
I would like to propose the addition of the Edmonds' Algorithm to the repository. Edmonds' algorithm, also known as the Maximum Weight Matching algorithm for general graphs, is highly useful in graph theory for solving problems involving matching in graphs. I have implemented this algorithm in a scalable and optimized way, which I believe will enhance the algorithmic coverage of the repository and provide value for users working on graph-based problems.
Issue details
The repository currently lacks an implementation of Edmonds' Algorithm. My implementation includes:
Finding maximum weight matching in a general (possibly non-bipartite) graph.
Handling weighted and unweighted graphs.
Efficiency improvements over a naïve approach by reducing the time complexity.
Additional Information
No response
The text was updated successfully, but these errors were encountered: