Group
Group
Group
No Question
A 1 1 1 State Handshaking lemma. Verify Handshaking theorem for the following
graph.
A 1 2 5 State the necessary conditions to show that two graphs are isomorphic
…………..
B 1 1 1 i) Prove the number of vertices of odd degree in a graph is always even.
ii) Draw a graph that has a Hamiltonian path but does not have a
Hamiltonian circuit. Give two examples. Justify your answer.
B 1 1 2 Prove that a connected graph G has an Euler path if and only if exactly two
vertices have odd degree.
B 1 2 1 Nine members of a new club meet each day for lunch at a round table.
They decide to sit such that every member has different neighbors at each
lunch. How many days can this arrangement last?
ii) Check whether the following two graphs are isomorphic or not.
B 1 2 2 a) Define the term walk, trail, circuit, path and cycle. Represent the
relationship among these terms.
1. a,b,g,f,c,b
2. b,g,f,c,b,g,a
3. c, e, f,c
4. c, e, f,c,e
5. a,b,f,a
6. f,d, e,c,b
B 1 2 3 We are given four cubes. The six faces of every cube are variously colored
Blue, Green, Red or White. Is it possible to stack the cubes one on top of
another to form a column such that no color appears twice on any of the
four sides of this column? Explain in detail.
B 1 2 4 i)Show that the maximum number of edges in a simple graph with n
vertices is n(n-1)/2
ii) Show that the maximum degree of any vertex in a simple graph with n
vertices is (n-1) (7,6)
…………..
A 2 1 1 How will you calculate rank of a graph?
A 2 1 2 Define fundamental circuit in a graph.
A 2 1 3 Compare edge connectivity and vertex connectivity.
A 2 1 4 Define branch and chord. Give example.
A 2 1 5 Find tree branches and chords for the following graph.
iii) Find atleast three cut-sets for the following graph. Also find the
smallest cut-set of the graph.
B 2 1 2 i).Find ALL fundamental circuits for the following graph (and its spanning
tree shown in Bold)
ii) If only one plot was full of water and this had to be drained into all
other plots, then how many walls need to be broken?
ii) Prove that a tree has either one or two centers. .(7,6)
B 2 2 3 i) Prove that every connected graph has at least one spanning tree.
ii) Prove that with respect to any of its spanning trees, any connected graph
of n vertices and e edges has n-1 tree branches and e-n+1 chords.(7,6)
B 2 2 4 A connected graph G is a tree if and only if adding an edge between two
vertices in G creates exactly one circuit.
……….
A 3 1 1 Define planar graph. Give example.
A 3 1 2 Is K6 is a planar graph? Justify.
A 3 1 3 Define embedding.
A 3 1 4 State Kuratowski’s theorem
A 3 1 5 Define non planar graph. Give example.
A 3 2 1 Compare the strongly connected digraph and weakly connected digraph.
Give example.
A 3 2 2 Compare Directed walk and semiwalk. Give example
A 3 2 3 Define homeomorphic graphs and give example graph.
A 3 2 4 Define the two types of connectedness in digraphs. Give examples.
A 3 2 5 Define asymmetric digraphs.
…………
B 3 1 1 i)Let G be a connected planar simple graph with 35 regions, degree of each
region is 6. Find the number of vertices in G. (5)
ii)Explain Euler digraphs. Give example. (4)
iii) Discuss the different types of region with example (4)
B 3 1 2 Explain detection of planarity using elementary reduction technique with
example.
B 3 1 3 Prove that a connected planar graph with n vertices and e edges has e-n+2
regions. Write corollary also.
B 3 1 4 Prove Euler’s formula for a planar graph.
B 3 2 1 Discuss types of digraphs and its binary relations with example.
B 3 2 2 Define the following and give one example each.
i) Simple digraph
ii) Asymmetric digraph
iii) Symmetric digraph
iv) Complete symmetric digraph
v) Complete asymmetric digraph
vi) Balanced digraph.
B 3 2 3 Find the geometric dual for the following graph.
Also list out the important relationship between planar graph and its dual
graph.
B 3 2 4 Find maximum flow and minimum cut in the following network.
………..
A 4 1 1 Find the circuit matrix B for the following graph.
A 4 1 2 Define adjacency matrix. Find the adjacency matrix X for the following
graph.
A 4 1 4 Five senators S1, S2, S3 , S4 and S5 are members of three committees C1,C 2
and C3. The membership is shown in the graph.
B 4 2 3 Generate ALL minimal dominating set using Boolean arithmetic for the
following graph.
B 5 1 2 With flowchart and algorithm/pseudo code explain All pairs shortest path
algorithm.
Solve the all-pairs shortest-path problem for the digraph with the following
weight matrix. Also find the optimal policy matrix.
B 5 1 3 With flowchart and algorithm/pseudo code explain All pairs shortest path
algorithm.
Solve the all-pairs shortest-path problem for the digraph with the following
weight matrix: Also find the optimal policy matrix.
B 5 1 4 With flowchart and algorithm/pseudo code explain All pairs shortest path
algorithm.
Solve the all-pairs shortest-path problem for the digraph. Also find the
optimal policy matrix.
ii) Find the directed circuits for the following digraph. (6,7)
………..
C 3 1 i) With flowchart and algorithm/pseudocode explain a spanning tree
generation algorithm. List the various cases.
ii)Trace the algorithm for the following graph (7,8)
ii) Trace the algorithm for the following graph to find the distance from
vertex B to vertex G. (8,7)
………..