Solution Strategies Flashcards
1
Q
How to approach a problem (5)
A
- ) Understand the problem.
- ) Chose a strategy.
- ) Sove problem.
- ) Check if problem if solved, if not go back to 2.
- ) Check solution.
2
Q
Solution Strategies (8)
A
- ) Guess and check.
- ) Go through all possibilities.
- ) Divide in sub problems.
- ) Formulas and equations.
- ) Discover a pattern.
- ) Make a model.
- ) Brute force.
- ) Divide and conquer.
3
Q
Brute force (1)
A
1.) Relies on computing power to try all possibilities until solution is found.
4
Q
Divide and conquer (3)
A
- ) Divide problem in n sub problems
- ) Recursively solve sub problems
- ) Combine the solutions