Graphs: Basic Terminologies: Meenakshi D'Souza
Graphs: Basic Terminologies: Meenakshi D'Souza
Meenakshi D’Souza
Term II 2018-19
Basic definitions Applications using graphs as models Other definitions Paths, walks and cycles Vertex degrees and counting
Graph
Acquaintance relations
Job assignments
There are m jobs and n people, some people are qualified for some
jobs. Can we employ qualified people for the jobs, exactly one
person per job?
A graph is G bipartite if V (G ) is the union of two disjoint
independent sets (possibly empty). Each set is called a
partite set of G .
The above problem amounts to finding matchings in bipartite
graphs.
Basic definitions Applications using graphs as models Other definitions Paths, walks and cycles Vertex degrees and counting
Can we colour the regions of every map using at most four colours
so that neighbouring regions have different colours?
A planar graph is a graph that can be drawn in a plan
without crossing edges.
The four colour conjecture was finally proved in 1976 using a
computer.
Basic definitions Applications using graphs as models Other definitions Paths, walks and cycles Vertex degrees and counting
Graph representations
Isomorphism in graphs
More on isomorphisms
More on graphs
More on graphs
Petersen graph
Petersen graph
Components of a graph
Number of components
Number of components
Cut edges
Union of graphs
Eulerian circuits
Vertex degrees
Σv ∈V (G ) d(v ) = 2e(G )
Basic definitions Applications using graphs as models Other definitions Paths, walks and cycles Vertex degrees and counting
2e(G )
Corollary: In a graph G , the average vertex degree is n(G ) ,
2e(G )
and hence δ(G ) ≤ n(G ) ≤ ∆(G ).
Corollary: Every graph has an even number of vertices of odd
degree. No graph of odd order is regular with odd degree.
Corollary: A k-regular graph with n vertices has nk/2 edges.