1.

Can stable marriage cannot be solved using branch and bound algorithm.(a) True(b) FalseThe question was asked in an internship interview.This question is from Matching topic in section Matching of Data Structures & Algorithms II

Answer»

Correct answer is (b) False

The best explanation: Stable marriage PROBLEM can be solved using BRANCH and bound approach because branch and bound follows BACKTRACKING SCHEME with a LIMITATION factor.



Discussion

No Comment Found

Related InterviewSolutions