UnitWise Questions1
UnitWise Questions1
UnitWise Questions1
Questi Question
on No
1 What is binary tree? Enlist the properties of binary tree and write down+ the steps to
convert a general tree into binary tree with example?
2 Explain with example an overview of how trees are applied in various contexts and
fields? (Application of trees)
3 Explain Tree. Explain the tree traversals with algorithms and examples.
14 Construct the binary tree using the given general tree and mention the steps of
conversion
15 Illustrate representation of a given general tree using sequential and linked organization
MIT ADT University, Pune
10 Compare and Contrast DFS and BFS? List out Applications of DFS and BFS
11 Apply Kruskal’s Algorithm to find the MST for the given graph and show all the
steps. (Ans: 10 ->25 ->22 -> 12 -> 16 -> 14= 99 units)
MIT ADT University, Pune
14 Find the shortest path in given graph from node A using Dijkstra’s Algorithm.
Solution:
15 Define DFS and BFS for a graph. Show BFS and DFS for the following graph with
starting vertex as 1.