Week Five Flashcards

1
Q

PROBLEM: Weighted Interval Scheduling

A

Select a set C ⊆ R of requests such that sum of weights in C is maximized and no two requests from C conflict.

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

PROBLEM: Subset Sum

A

Given a set {1, 2, . . . , n} of n items with weights and a bound W , find a set S of items such that
the sum of Weight(i) is maximized
subject to the constraint of being less than or equal to W.

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

PROBLEM: Max Ind. Set

A

Given an undirected graph G = (V, E) on n vertices, find a set X of maximum size such that no vertices in X form an edge of G.

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