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

Add Prim's Algorithm in Java (DSA Folder) #268

Open
tiwariar7 opened this issue Oct 17, 2024 · 0 comments
Open

Add Prim's Algorithm in Java (DSA Folder) #268

tiwariar7 opened this issue Oct 17, 2024 · 0 comments

Comments

@tiwariar7
Copy link

Hi, I'd love to contribute by adding Prim's Algorithm in Java to the DSA folder of the repository. This algorithm is important for finding a minimum spanning tree in a graph, and I believe it will be a valuable addition for anyone looking to strengthen their understanding of graph algorithms.

Proposed Changes:
The algorithm will be implemented in Java and placed inside the DSA/Java folder.
I'll use a priority queue (or an optimal method) to ensure the implementation is efficient and easy to understand.
Why This is Useful:
Adding Prim's Algorithm will help expand the variety of graph algorithms in the repo and serve as a helpful resource for learners who are practicing data structures and algorithms.

Labels:
It would be great if this issue could be labeled as hacktoberfest and enhancement. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant