Route Inspection Flashcards

1
Q

What is a Eulerian graph?

A

A network which contains a trail that includes every arc and starts and finishes at the same node.

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

What are the Valencies of nodes in a Eulerian graph?

A

Even

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

What is a semi Eulerian graph?

A

A network which contains a trail that includes every arc but starts and finishes at different nodes.

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

What makes a graph semi Eulerian?

A

When it has exactly two nodes of odd Valencies

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

What does route inspection do?

A

Finds the shortest route in a network that transverses every arc at least once and returns to its starting point

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

How do you follow the route inspection algorithm?

A
  • Identify any vertices with odd degree
  • consider all possible complete pairings of these vertices
  • Select the complete pairing that has the least sum
  • Add a repeat of the arcs indicated by this pairing to the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly