Graph (DSA - 7)
Definition:
It is a non linear data structure used to represent relationships between nodes(vertices) through edges(links)
Formulas
No of Edges: n*(n-1)/2
Types of Graphs:
Undirected Edges have no direction. The connection between any two vertices i...
madhavganesan.hashnode.dev8 min read