What is a Graph?
The lesson explains multiple types and terminologies used in graphs (from basic to complex).
We'll cover the following...
Introduction
🔍 How do you Define a Graph?
A graph is a set of vertices (nodes) that are connected to each other via edges in the form of a network.
Vertex:
The structures for storing data in a graph, represented in the form of Nodes (1,3,7…), are also called Vertices ...