Week 6 > Knapsack without Repetitions Flashcards

1
Q

What is the notion of then subproblem of Knapsack without repetitions?

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

What is the pseudocode of knapsack with repetitions and runtime?

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

What is reconstructing a solution using a knapsack without repetitions pseudocode?

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

Find optimal solutions of the pseudocode

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

What is the optimal solution?

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

Write down memoization algorithm of knapsack algorithm with repetition

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

Why memoization Knapsack with repetition is slow?

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

What is the running time of memoization of knapsack with repetition?

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