Q.

Stable marriage problem is an example of?

A. branch and bound algorithm
B. backtracking algorithm
C. greedy algorithm
D. divide and conquer algorithm
Answer» B. backtracking algorithm
Explanation: stable marriage problem is an example for recursive algorithm because it recursively uses backtracking algorithm to find an optimal solution.
1.8k
0
Do you find this helpful?
1

Discussion

No comments yet