Graphs.
The What?
A graph is non-linear data structure used heavily to solve real world problems. The main building blocks of Graph are Nodes and Vertices, Node in a graph represents real world entities, some kind of information and vertices are technically ...
d-s-a.hashnode.dev4 min read