/Graph-n-Algo-s

A non-linear data structure consisting of nodes and edges

Primary LanguageC++

Graph-n-Algo-s

A Graph is a non-linear data structure consisting of nodes and edges. The nodes are sometimes also referred to as vertices and the edges are lines or arcs that connect any two nodes in the graph.
alt textSet of vertices V = {0,1,2,3,4} and the set of edges E = {01, 12, 23, 34, 04, 14, 13}.
1} Kruskal’s Minimum Spanning Tree Algorithm:-
alt text



Do fork and improve my efficiency if you can ;).