Solution Strategies Flashcards

1
Q

How to approach a problem (5)

A
  1. ) Understand the problem.
  2. ) Chose a strategy.
  3. ) Sove problem.
  4. ) Check if problem if solved, if not go back to 2.
  5. ) Check solution.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Solution Strategies (8)

A
  1. ) Guess and check.
  2. ) Go through all possibilities.
  3. ) Divide in sub problems.
  4. ) Formulas and equations.
  5. ) Discover a pattern.
  6. ) Make a model.
  7. ) Brute force.
  8. ) Divide and conquer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Brute force (1)

A

1.) Relies on computing power to try all possibilities until solution is found.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Divide and conquer (3)

A
  1. ) Divide problem in n sub problems
  2. ) Recursively solve sub problems
  3. ) Combine the solutions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly