Graph Theory Ques Bank
Graph Theory Ques Bank
Q3. Prove that the number of vertices of odd degree in a graph is always even.
Q8. Define minimum spanning tree. Use Prim’s and Kruskal’s algorithm to find minimum
spanning tree for this weighted graph G.
Q16. Prove that “The number of vertices of odd degree is always even”.
Q18. Differentiate between Edge disjoint subgraphs and vertex disjoint subgraphs with
appropriate example.
Q19. Prove that a given connected graph is an Euler graph if and only if all vertices of G are
of even degree.
Q20. Define minimum spanning tree. Use Kruskal’s and Prim’s algorithm to find minimum
spanning tree for this weighted graph G.
Q21. Define Directed graph. Explain incidence, adjacency and degree in digraphs.
Explain Asymmetric Diagraph and Symmetric Diagraph how diagraphs are used as
Binary Relation. Represents a binary “X divides Y” on set V = {2,3,6,8,24} by diagraph
Q22.
Q26. Prove that there is one and only one path between every pair of vertices in a tree T.
Q27. Every cut-set ia a connected graph G must contain at least one branch of every
spanning tree of G.
Q30. Define walk, closed walk , path and circuit . For each of the following sequences of
vertices, state whether or not it represents a walk, path, closed walk or cycle in the
graph illustrated.
(i ) abcefcbd (ii ) abcefcd (iii ) abcefcdba (iv) bcefcdb
(v) bcdb (vi ) abefcd
Q31. Differentiate between Euler line and Hamiltonian path with appropriate example.
a)
Q36. Prove that there are n (n-2) labeled trees with n vertices.(n ≥ 2)