Recursion Flashcards
1
Q
What are the 3 steps to divide and conquer?
A
- Divide problem into subproblems
- Conquer the subproblems
- Combine the solutions
Algorithms & imperative programming > Recursion > Flashcards
What are the 3 steps to divide and conquer?