0% found this document useful (0 votes)
86 views2 pages

Graph Theory Exam Questions 2025

This document outlines the internal examination for the MT6B14(E01) Graph Theory course at Sullamussalam Science College, scheduled for February 2025. It includes three sections: Section A with five short answer questions, Section B with three longer answer questions, and Section C with two essay-style questions. The exam covers various topics in graph theory, including definitions, properties, and theorems.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views2 pages

Graph Theory Exam Questions 2025

This document outlines the internal examination for the MT6B14(E01) Graph Theory course at Sullamussalam Science College, scheduled for February 2025. It includes three sections: Section A with five short answer questions, Section B with three longer answer questions, and Section C with two essay-style questions. The exam covers various topics in graph theory, including definitions, properties, and theorems.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

SULLAMUSSALAM SCIENCE COLLEGE,AREECODE

VIth SEMESTER DEGREE INTERNAL EXAMINATION, FEBRUARY 2025


MT6B14(E01) GRAPH THEORY
Mark:35 Time:1Hr

Section-A
Answer all questions.

Each question carries 2 marks.

Maximum 10 marks.

1. Define isomorphism of two graphs. Illustrate with an example.


2. Draw the Graph G=(V,E) where V = {a, b, c, d, e} and E= {(a, b), (b, c), (c, c),
(c, d), (b, d) (d, e), (b, e), (b, e)}
3. Define trail and path
4. Explain the Konigsberg bridge problem
5. Define bipartite graph and Complete bipartite graph

Section-B
Answer any three questions.

Each question carries 5 marks.

Maximum 15 marks.
6. Prove that In any graph G there is an even number of odd vertices
7. Let T be a tree with at least two vertices and let P = u0u1 : : : un be a longest
path in T (so that there is no path in T of length greater than n ). Then both
u0 and un have degree 1, i.e., d (u0) = 1 = d (un)
8. Let G be an acyclic graph with n- vertices and k connected components that
is W(G)=K. then G has n-k edges
9. State and prove first theorem of graph theory
Section-C

Answer any one question.


Each question carries 10 marks.

Maximum 10 marks.

10. Prove that let G be non empty graph with at least two vertices is bipartite
if and only if it has no odd cycles.

11. Define (i) adjacency matrix of a graph G ; (ii) incidence matrix of a graph G.
Find the adjacency and incidence matrix of the following graph G.

Common questions

Powered by AI

Graph isomorphism occurs when two graphs G and H can be transformed into each other merely by renaming vertices. Formally, G = (V, E) is isomorphic to H = (V', E') if there is a bijection f: V -> V' such that (u, v) is in E if and only if (f(u), f(v)) is in E'. For example, consider graph G with vertices {a, b, c} and edges {(a, b), (b, c), (a, c)}. Graph H with vertices {1, 2, 3} and edges {(1, 2), (2, 3), (1, 3)} is isomorphic to G since its structure can be mapped directly by the bijection f(a)=1, f(b)=2, f(c)=3 .

A graph is bipartite if and only if it has no odd cycles. This is because, in a bipartite graph, vertices can be divided into two sets such that no two graph vertices within the same set are adjacent. An odd cycle would require three vertices to be connected in a single face within one of these sets, which violates the definition of a bipartite division. Therefore, proving that a graph contains no odd-length cycles guarantees it can be split into two distinct sets without intra-set edges, confirming its bipartiteness .

A bipartite graph is a graph whose vertices can be divided into two disjoint and independent sets U and V such that every edge connects a vertex in U to one in V, ensuring there are no edges between vertices within the same set. A complete bipartite graph, denoted as K(m, n), is a bipartite graph where every vertex in set U is connected to every vertex in set V. The complete bipartite graph has the maximum number of edges, which is m*n when U has m vertices and V has n vertices .

The Königsberg bridge problem was significant in the development of graph theory as it led to the conception of this mathematical discipline by Leonhard Euler. The problem involved finding a walk through the city of Königsberg that would cross each of its seven bridges exactly once and return to the starting point. Euler's formulation and solution proved that such a walk (an Eulerian circuit) was not possible due to the presence of vertices with odd degree. This contributed not only to the foundation of graph theory but also introduced the fundamental concepts of Eulerian paths and circuits .

The adjacency matrix of a graph G is a square matrix used to represent a finite graph. The elements of the matrix indicate whether pairs of vertices are adjacent or not in the graph. If there is an edge between vertices i and j, the matrix element A[i][j] is 1; otherwise, it is 0. The incidence matrix, on the other hand, is a matrix that shows vertex-edge relationships in a graph. It has one row for each vertex and one column for each edge, with a '1' at position (i, j) if vertex i is an endpoint of edge j, otherwise '0'. These matrices effectively encode the connectivity and structure of graphs in algebraic form .

You might also like