DAA
UNIT 5
QUESTION BANK
- Explain concept of branch & bound.
- Explain algorithm of 0/1 knapsack using branch and bound and give one suitable example.
- Explain the strategies of branch and bound.
- Explain FIFO search with example.
- Explain LIFO search with example.
- Explain least cost search with example.
- Write control abstraction of LC search and explain travelling salesman problem using branch and bound.
- Draw state space tree generated by LC branch & bound for following knapsack instances:
N=4 M=15 and {p1,p2,p3,p4}={10,10,12,18}, {w1,w2,w3,w4}={2,4,6,9}.
9. Difference between backtracking and branch & bound.
10. Explain the concept of bounding functions in branch & bound.
0 matching results found