Introduction to Graphs
Learn about graphs and their types.
We'll cover the following...
What are graphs?
Graphs are mathematical structures that represent pairwise relationships between objects. A graph is a flow structure that represents the relationship between various objects. It can be visualized by using the following two basic components:
- Nodes: These are the most important components in any graph. Nodes are entities whose relationships are expressed using edges. If a graph comprises 2 nodes,
A
andB
and an undirected edge between