Ch8 Flashcards

(5 cards)

1
Q

Dynamic Programming

A

A general algorithm design technique for solving problems defined by recurrences with overlapping subproblems

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

Optimal BST

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

Transitive Closure - Warshall’s

A

A path exists from i to j IFF there is an edge from i to j
or there is a path from i to j going through intermediate vertices

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

Shortest Paths - Floyd’s

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

Greedy Algorithms

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