Q/ Consider you have 5 items need to be kept in a box; the cannot contain more than 24kg. The goal is to fill the box with the heaviest items it can carry. The items weights are: Item-weight (A,9), Item-weight (B,10), Item-weight (C,7),Item-weight (D, 3),Item-weight (E,12). Assume that the start state is the box is empty, use best first search algorithm to find the solution?

icon
Related questions
Question
Q/ Consider you have 5 items need to be
kept in a box; the cannot contain more
than 24kg. The goal is to fill the box with
the heaviest items it can carry. The items
weights are: Item-weight (A,9), Item-weight
(B,10), Item-weight (C,7), Item-weight (D,
3),Item-weight (E,12). Assume that the start
state is the box is empty, use best first
search algorithm to find the solution?
Transcribed Image Text:Q/ Consider you have 5 items need to be kept in a box; the cannot contain more than 24kg. The goal is to fill the box with the heaviest items it can carry. The items weights are: Item-weight (A,9), Item-weight (B,10), Item-weight (C,7), Item-weight (D, 3),Item-weight (E,12). Assume that the start state is the box is empty, use best first search algorithm to find the solution?
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer