Solution Strategies Flashcards
1
Q
List and describe all solution strategies (8)
A
- Guess and check
- All possibilities
- Divide into subproblems
- Formulas and Equations
- Discover a pattern
- Make a model
- Brute force
- Divide and conquer
2
Q
Explain Divide and conquer (3 steps)
A
1. Divide the problem into a number of small subproblems of the same type and ideally of about the same size 2. Solve each sub-problem 3. Combine all these solutions into a solution to the original problem