Data Structures 101: Introduction To Graphs
✨ Introduction
A graph is a data structure composed of a collection of nodes and edges. The nodes are interconnected with each other with edges. Graphs are a non-linear data structure.
Nodes are also called vertices. A vertex/node can also have weigh...
rehansattar.hashnode.dev4 min read