2/12 Flashcards

(5 cards)

1
Q

Exhaustive Search

A

Only realistic in very small instances. Sometimes it’s the only way to be exact.

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

More precision

A

Lower efficiency

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

Decrease & Conquer

A
  1. Reduce problem instance to smaller version of itself.
  2. Solve smaller instance.
  3. Extend solution to obtain solution of original instance.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Types of decrease and conquer

A

Decrease by constant i.e. insertion sort
Decrease by constant factor i.e. binary search
Decrease by variable size i.e. euclid or partition

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