πŸ“Š Design and Analysis of Algorithms
Q. Stable marriage problem is an example of?
  • (A) branch and bound algorithm
  • (B) backtracking algorithm
  • (C) greedy algorithm
  • (D) divide and conquer algorithm
πŸ’¬ Discuss
βœ… Correct 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.


Explanation by: Mr. Dubey
stable marriage problem is an example for recursive algorithm because it recursively uses backtracking algorithm to find an optimal solution.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
599
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate