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 1804 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?

Opium has influenced much of the world's most popular literature. The following authors were all opium users, of varying degrees: Lewis Carroll, Charles, Dickens, Arthur Conan Doyle, and Oscar Wilde.

Did you know?

Adults are resistant to the bacterium that causes Botulism. These bacteria thrive in honey – therefore, honey should never be given to infants since their immune systems are not yet resistant.

Did you know?

Oxytocin is recommended only for pregnancies that have a medical reason for inducing labor (such as eclampsia) and is not recommended for elective procedures or for making the birthing process more convenient.

Did you know?

Since 1988, the CDC has reported a 99% reduction in bacterial meningitis caused by Haemophilus influenzae, due to the introduction of the vaccine against it.

Did you know?

Every 10 seconds, a person in the United States goes to the emergency room complaining of head pain. About 1.2 million visits are for acute migraine attacks.

For a complete list of videos, visit our video library