This topic contains a solution. Click here to go to the answer

Author Question: A delivery truck must deliver packages to 6 different store locations (A, B, C, D, E, and F). The ... (Read 1913 times)

genevieve1028

  • Hero Member
  • *****
  • Posts: 601
A delivery truck must deliver packages to 6 different store locations (A, B, C, D, E, and F). The trip must start and end at C. The graph below shows the distances (in miles) between locations. We want to minimize the total distance traveled.



The cheapest-link tour starting with vertex C is given by:
◦ C, B, D, F, E, A, C.
◦ C, A, E, F, B, D, C.
◦ C, A, B, D, F, E, C.
◦ C, D, E, F, A, B, C.
◦ none of these


Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question

WWatsford

  • Hero Member
  • *****
  • Posts: 539
    • Biology Forums!
A delivery truck must deliver packages to 6 different store locations (A, B, C, D, E, and F). The trip must start and end at C. The graph below shows the distances (in miles) between locations. We want to minimize the total distance traveled.



The cheapest-link tour starting with vertex C is given by:
◦ C, A, B, D, F, E, C.
◦ C, A, E, F, B, D, C.
◦ C, B, D, F, E, A, C.
◦ C, D, E, F, A, B, C.
◦ none of these




Alainaaa8

  • Hero Member
  • *****
  • Posts: 576
A delivery truck must deliver packages to five different store locations (A, B, C, D, and E). The trip must start and end at D. The graph below shows the distances (in miles) between locations. We want to minimize the total distance traveled.



Using both the cheapest-link and the repetitive nearest-neighbor algorithm, the length of the shortest trip we can find (without using brute force) is:
◦ 58 miles.
◦ 50 miles.
◦ 63 miles.
◦ 52 miles.
◦ none of these




khang

  • Hero Member
  • *****
  • Posts: 569
A delivery truck must deliver packages to 6 different store locations (A, B, C, D, E, and F). The trip must start and end at A. The graph below shows the distances (in miles) between locations. We want to minimize the total distance traveled.



Using both the cheapest-link and the repetitive nearest-neighbor algorithm, the length of the shortest trip we can find (without using brute force) is:
◦ 27 miles.
◦ 58 miles.
◦ 35 miles.
◦ 44 miles.
◦ none of these




Marty

  • Hero Member
  • *****
  • Posts: 553
A delivery truck must deliver packages to 6 different store locations (A, B, C, D, E, and F). The trip must start and end at A. The graph below shows the distances (in miles) between locations. We want to minimize the total distance traveled.



Using only the nearest-neighbor, repetitive nearest-neighbor, and cheapest-link algorithms (not brute force) on this graph,
◦ the nearest-neighbor and the repetitive nearest-neighbor algorithms both yield the shortest trip.
◦ the repetitive nearest-neighbor algorithm yields the shortest trip.
◦ the cheapest-link and the repetitive nearest-neighbor algorithms both yield the shortest trip.
◦ the cheapest-link algorithm yields the shortest trip.
◦ the nearest-neighbor algorithm yields the shortest trip.



HandsomeMarc

  • Sr. Member
  • ****
  • Posts: 360
the cheapest-link and the repetitive nearest-neighbor algorithms both yield the shortest trip.



 

Did you know?

On average, the stomach produces 2 L of hydrochloric acid per day.

Did you know?

The use of salicylates dates back 2,500 years to Hippocrates's recommendation of willow bark (from which a salicylate is derived) as an aid to the pains of childbirth. However, overdosage of salicylates can harm body fluids, electrolytes, the CNS, the GI tract, the ears, the lungs, the blood, the liver, and the kidneys and cause coma or death.

Did you know?

More than 30% of American adults, and about 12% of children utilize health care approaches that were developed outside of conventional medicine.

Did you know?

The FDA recognizes 118 routes of administration.

Did you know?

Stroke kills people from all ethnic backgrounds, but the people at highest risk for fatal strokes are: black men, black women, Asian men, white men, and white women.

For a complete list of videos, visit our video library