Closed ManasUniyal closed 4 years ago
Congrats for creating your first issue here! Wait till our mentors assign this issue to you. In the meantime have a look at contribution guidlines to avoid any PR rejection! (Rules are strict here)
@ManasUniyal Assigned.
I want to contribute to this for Java Project @kaustubhgupta
can you please assign me it for c++?
@rgarg-2711 This is already taken up in c++. You can only choose C or Python
can I choose it for C?
@rgarg-2711 okay assigned to you in C
Minimum spanning tree algorithms - Prim's and Kruskal's
Describe the solution you'd like A minimum spanning tree (MST) or minimum weight spanning tree is a subset of the edges of a connected, edge-weighted un-directed graph that connects all the vertices together, without any cycles and with the minimum possible total edge weight. There are two greedy algorithms - Prim's and Kruskal's to solve this problem.
Additional context Minimum spanning trees have direct applications in the design of networks, including computer networks, telecommunications networks, transportation networks, water supply networks, and electrical grids.
Languages