Decision 1 Unit 5 Flashcards

1
Q

What is the Chinese Postman algorithm used for?

A

When all arcs need to be used once and start/finish at same node.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What type of graph is needed for the Chinese Postman algorithm?

A

Eularian (all nodes have even order)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you create a Eularian graph if there are an even no. of odd nodes?

A

Find all possible pairings of odd nodes.

Find the least length between the pairs and add these arcs to the graph (because those routes will be repeated)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly