What is the knapsack value for the given input?

value = [ 20, 5, 10, 40, 15, 25 ]
weight = [1, 2, 3, 8, 7, 4 ]
W = 10

a. 60
b. 35
c. 40
d. 115


a. 60
Used values would be 20 + 40 = 60. The weight would be 1 + 8 = 9 < W.

Computer Science & Information Technology

You might also like to view...

The Iterator interface

A) is defined in the java.awt package B) is defined in the javax.swing package C) has next(), isEmpty(), and retrieve() methods D) has next(), hasNext(), and remove() methods

Computer Science & Information Technology

If you don't stop recording actions, Photoshop will record your steps for hours.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following functions will rank two values evenly if there is a duplicate value present?

A) RANK.EQ B) PERCENTILE C) RANK.AVG D) RANK

Computer Science & Information Technology

Which of the following wireless network standards provides the FASTEST throughput?

A. A B. B C. G D. N

Computer Science & Information Technology