Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

[Algo]: Prim's Minimum Spanning Tree #289

Open
1 task done
orichamaru opened this issue Oct 6, 2019 · 1 comment · May be fixed by #301
Open
1 task done

[Algo]: Prim's Minimum Spanning Tree #289

orichamaru opened this issue Oct 6, 2019 · 1 comment · May be fixed by #301
Assignees
Labels
Hacktoberfest Hacktoberfest 2019!

Comments

@orichamaru
Copy link

orichamaru commented Oct 6, 2019

Algorithm

  • I have gone through the repository and made sure this algorithm has not been implemented

Information about my new algorithm

  • Algorithm Name: Prim's Minimum Spanning Tree

  • Programming Language: C++

  • Time complexity: O(Elog(V))

Is this your first contribution to this repository?
Yes

@orichamaru orichamaru added the Hacktoberfest Hacktoberfest 2019! label Oct 6, 2019
@orichamaru
Copy link
Author

Can I work on this issue?

@orichamaru orichamaru linked a pull request Oct 6, 2019 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Hacktoberfest Hacktoberfest 2019!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant