DMGT - Assignment-2
DMGT - Assignment-2
ASSIGNMENT - II
5. Define what is meant by minimal spanning tree. Find the minimal spanning tree of the
following Graph using Kruskal’s Algorithm
Roll numbers 11 to 20:
3. What is a Hamiltonian Cycle? Draw bipartite graph 𝐾3,4 and prove that this graph
does not have a Hamiltonian cycle.
3. Define Hamilton cycle and Euler’s cycle. Check whether 𝐾𝑛 has Hamilton cycle and
Euler’s cycle for 𝑛 ≤ 4
5. Find the minimal spanning tree of the following graph using Kruskal’s algorithm
Roll numbers 31 to 40:
1. Find the number of non negative integral solutions for the equation
𝑥1 + 𝑥2 + 𝑥3 + 𝑥4 = 50, where 𝑥1 ≥ 2, 𝑥2 ≥ 4, 𝑥3 ≥ −3, 𝑥4 ≥ 7
5. Use Prim’s algorithm to find a minimum spanning tree for the graph
Roll numbers 41 to 50:
1. How many different five digit numbers can be formed from the digits 0,1,2,3 and 4?
4. What is a Hamiltonian Cycle? Draw bipartite graph K3,4 and prove that this graph
does not have a Hamiltonian cycle.
5. Define minimum spanning tree and hence construct minimum spanning tree of the
following graph
Roll numbers 51 to 60:
1. In how many ways can 23 different books be given to 5 students so that 2 of the
students will have 4 books each and the other 3 will have 5 books each?
5. construct minimum spanning tree of the following graph using Prim’s algorithm