Graph Representation: Adjacency List vs Adjacency Matrix
A Graph is a non-linear data structure consisting of vertices and edges. It's
one of the most important data structure with many real-life applications like in social networks, routing, telephone network, and circuit network
It consists of two compon...
itsvinayak.hashnode.dev4 min read