Unit5 - Subjective Questions

MTH401 • Practice Questions with Detailed Answers

1

Define a Planar Graph. State Euler's formula for a connected planar graph and explain the terms involved.

2

Prove that for any connected planar graph with vertices, edges, and regions, .

3

Using Euler's formula, show that in a connected planar simple graph with vertices and edges, .

4

Define Graph Coloring and Chromatic Number. Determine the chromatic number of a Complete Graph () and a Bipartite Graph.

5

Explain the concept of a Tree in graph theory. List five important properties of trees.

6

State and prove the theorem relating the number of vertices and edges in a tree.

7

Distinguish between a Spanning Tree and a Minimum Spanning Tree (MST). Name two algorithms used to find the MST.

8

Describe Kruskal's Algorithm for finding the Minimum Spanning Tree of a weighted graph.

9

What is a Rooted Tree? Define the terms: Parent, Child, Sibling, Leaf, and Height in the context of a rooted tree.

10

Compare Prim’s Algorithm and Kruskal’s Algorithm.

11

Explain the concept of a Decision Tree with an example.

12

Define Infix, Prefix, and Postfix notations. Convert the algebraic expression into Prefix and Postfix notations.

13

Describe the three standard methods for traversing a binary tree: Pre-order, In-order, and Post-order.

14

Construct the Expression Tree for the following Postfix expression: . Explain the steps.

15

Define a Binary Tree. What are the maximum number of nodes in a binary tree of height ?

16

What is the Four Color Theorem? How does it relate to planar graphs?

17

Distinguish between a Full Binary Tree and a Complete Binary Tree.

18

Given the preorder and inorder traversals of a binary tree, explain how to construct the unique binary tree.
Preorder: A B D E C F
Inorder: D B E A F C

19

Define Kuratowski's Theorem regarding planar graphs.

20

Prove that a tree with vertices is a bipartite graph.