1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Can stable marriage cannot be solved usi...
Q.

Can stable marriage cannot be solved using branch and bound algorithm.

A. true
B. false
Answer» B. false
Explanation: stable marriage problem can be solved using branch and bound approach because branch and bound follows backtracking scheme with a limitation factor.

Discussion