Graph Basic Terminology
Graph Basic Terminology
Graph Basic Terminology
4. Simple Graph
If each pair of nodes or vertices in a
graph G=(V, E) has only one edge, it is a
simple graph. One edge connecting two
vertices.(one-to-one interactions between
two elements).
5. Multi Graph
Numerous edges between a pair of
vertices in a graph G= (V, E), is referred
as a multigraph.
There are no self-loops in a Multigraph.
6. Null Graph
It's a reworked version of a trivial graph.
If several vertices but no edges connect
them, a graph G= (V, E) is a null graph.
7. Complete Graph
✓ Graph G= (V, E) is a simple graph and it is
complete.
✓ Using the edges, n number of vertices must
be connected.
✓ It's known as a full graph because each
vertex's degree must be n-1.
8. Pseudo Graph
If a graph G= (V, E) contains a self-loop
besides other edges, it is a pseudograph.
9. Regular Graph
If a graph G= (V, E) is a simple graph with
the same degree at each vertex, it is a
regular graph.
10. Weighted Graph
A graph G= (V, E) is called a labeled or
weighted graph, each edge has a value or
weight representing the cost of traversing
that edge.
11. Directed Graph
A directed graph also referred to as a
digraph, is a set of nodes connected by
edges, each with a direction.
12. Undirected Graph
✓ It comprises a set of nodes and edges has
no direction.
✓ Undirected graph can form with a finite
number of vertices and edges.
13. Connected Graph
✓ path between one vertex of a graph
to any other vertex,
✓ is called connected graph.
Step 2
GETTING
Get Started
TO GREAT
Step 3
Practice a Lot
THANK YOU