A | B | C | D | E | F | |
---|---|---|---|---|---|---|
A | -- | 16 | 51 | 27 | 42 | 28 |
B | 16 | -- | 53 | 30 | 23 | 40 |
C | 51 | 53 | -- | 45 | 60 | 52 |
D | 27 | 30 | 45 | -- | 4 | 21 |
E | 42 | 23 | 60 | 4 | -- | 55 |
F | 28 | 40 | 52 | 21 | 55 | -- |
The weights of edges in a graph are shown in the table above. Apply the sorted edges algorithm to the graph. Give your answer as a list of vertices, starting and ending at vertex A. Example: ABCDEFA
- Question Help:
- Video