-
Notifications
You must be signed in to change notification settings - Fork 272
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
Adding algorithms for minimum spanning tree #137
Labels
Comments
First, Kruskal algorithm will be added before which disjoint set data structure will be added. |
Why is it not open for contributors? |
Sir, I want to work on this.Can you please assign me this? |
Hi @Disha5harma Please see issues labelled with |
Okay.I will check it.
…On Thu, Mar 12, 2020 at 11:29 AM Gagandeep Singh ***@***.***> wrote:
Hi @Disha5harma <https://github.com/Disha5harma> Please see issues
labelled with gssoc20. This issue is open for comments on APIs but not
for contributors to make PRs. Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKOT7E3THJ6GKGXHGLSJ2KDRHB24HANCNFSM4LF2WFRQ>
.
|
I can do it with time and memory efficiency. can you please assign me? |
This was referenced Mar 17, 2020
This was referenced Mar 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the problem
The following algorithms(both serial and parallel version) are to be added through a series of PRs.
The APIs for the algorithms can be as simple as,
minimum_spanning_tree(graph, algorithm)
- This will return a new graph for the spanning tree.minimum_spanning_tree_parallel(graph, algorithm, num_threads)
- This will do the computation of the MST using given number of threads.Example of the problem
References/Other comments
This issue is not open for contributors though anyone is free to comment on the APIs and review the code.
The text was updated successfully, but these errors were encountered: