Home »
MCQs »
Data Structure and Algorithms (DSA) MCQs
Which of the following correctly defines the Tower of Hanoi problem?
25. Which of the following correctly defines the Tower of Hanoi problem?
- Divide and Conquer
- Recursive
- Both of the above
- None of the above
Answer
The correct answer is: C) Both of the above
Explanation
Recursive approach solution of Tower of Hanoi uses divide and Conquer.