You are on page 1of 1

30 CHAPTER 3.

GRAPH THEORY

NAME:

The graph below represents distances between towns. Use the Brute Force
Algorithm to find the most efficient route that passes through all 5 towns, and starts
and ends at Town B. For this problem, there are four routes, each with it’s own mirror
route. List these routes in the table, and give the total distance.

BD= 15

AD= 6

Route Mirror Route Distance


BACEDB BDECAB 52
BCADEB BEDACB 44
BEDCAB BACDEB 41
BADCEB BECDAB 45

You might also like