Introduction to Graph Theory
Introduction to Graph Theory
Graph Theory
Graph theory is a branch of mathematics that studies the properties
and applications of graphs, which are mathematical structures used to
model pairwise relations between objects. Graphs consist of vertices
(or nodes) connected by edges (or links). This field has significant
implications in various domains, including computer science,
engineering, and social sciences, making it a vital area of study for
students and professionals alike.
Manisha Ray
Overview of Graph Theory
1 Framework 2 Types of 3 Problem
for Graphs Solving
Relationshi Includes Essential for
ps directed, connectivity,
undirected, optimization,
Graph theory
weighted, and and network
helps
unweighted analysis.
understand
graphs.
various
relationships.
Basic Terminology
1 Vertex 2 Edge 3 Degree
A A connection The number
fundamental between two of edges
unit of a vertices, connected to
graph, representing a a vertex.
representing relationship.
an object.
4 Path 5 Cycle
A sequence of A path that
edges starts and
connecting a ends at the
sequence of same vertex
vertices. without
repeating
edges.
Types of Graphs