Skip to content
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

[Code Addition Request]: Add MST Algorithms #481

Closed
1 of 3 tasks
shashmitha46 opened this issue Oct 11, 2024 · 4 comments
Closed
1 of 3 tasks

[Code Addition Request]: Add MST Algorithms #481

shashmitha46 opened this issue Oct 11, 2024 · 4 comments
Assignees
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level1 Status: Assigned Indicates an issue has been assigned to a contributor.

Comments

@shashmitha46
Copy link
Contributor

shashmitha46 commented Oct 11, 2024

Have you completed your first issue?

  • I have completed my first issue

Guidelines

  • I have read the guidelines
  • I have the link to my latest merged PR

Latest Merged PR Link

N/A

Project Description

Add implementations of Prim's and Kruskal's algorithms for finding the Minimum Spanning Tree (MST) in an undirected, weighted graph. Both algorithms should be optimized for performance, with Prim's using a priority queue and Kruskal's utilizing a disjoint set for cycle detection. Include clear comments, unit tests, and handle edge cases like disconnected graphs. This addition will enhance the repository’s graph algorithms section

Full Name

Shashmitha V

Participant Role

GSSOC

Copy link

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned Indicates an issue has been assigned to a contributor. level1 gssoc-ext hacktoberfest labels Oct 12, 2024
@shashmitha46
Copy link
Contributor Author

completed

@UTSAVS26
Copy link
Owner

@shashmitha46 please create a New PR and fill all the details that are asked. It will help reviewers to verify it.

Copy link

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level1 Status: Assigned Indicates an issue has been assigned to a contributor.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants