0/1 knapsack problem using branch and bound

0/1 knapsack problem using branch and bound

University

10 Qs

quiz-placeholder

Similar activities

Data Structures Quiz

Data Structures Quiz

University

10 Qs

AlgoMania Quiz

AlgoMania Quiz

University

15 Qs

Quiz3_DivideConquer_GreedyApproach

Quiz3_DivideConquer_GreedyApproach

University

10 Qs

CHAPTER 3: STACK

CHAPTER 3: STACK

University

10 Qs

data structure

data structure

University

15 Qs

G&N Units 5,6

G&N Units 5,6

University

10 Qs

DAA quiz2

DAA quiz2

University

15 Qs

ADA Greedy Intl

ADA Greedy Intl

University

15 Qs

0/1 knapsack problem using branch and bound

0/1 knapsack problem using branch and bound

Assessment

Quiz

Computers

University

Hard

Created by

Sebastian 1565

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To find upper bound of knapsack which method is used?

Greedy method

Backtracking

Dynamic Programming

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

First step (in order to find upper bound) in solving 0/1 knapsack is

Sort all items according to decreasing order of ratio of value per unit weight

Sort all items according to increasing order of ratio of value per unit weight

Add all profit

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the profit and weight of dummy item?

0 0

1 1

-1 -1

1 0

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the upper bound of given knapsack?

50

55

57

60

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the value (profit) of given knapsack when item 1 is considers (Node B)?

52

25

22

50

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the upper bound of given knapsack when item 1 is not considers (Node C)?

40

45

47

50

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the value (profit) of given knapsack when item 1 and item 2 are considers (Node D)?

52

50

55

57

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?