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

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