Chapter 4 Flashcards

1
Q

Define Eulerian graph

A
  1. graph that contains a trail that includes every edge, start and finish node is same
  2. connected graph with all nodes of even valency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define semi Eulerian graph

A
  1. graph that contains a trail that includes every edge, start and finish node is different
  2. connected graph with only 2 nodes of odd valency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is route inspection algorithm used for

A

Find shortest path in network that traverses every arc at least once, and returns to starting point

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

Outline route inspection algorithm

A
  1. Identify nodes with odd valency
  2. Find sum off all possible pairings
  3. Pick lowest weight combination
  4. add onto weight of graph
How well did you know this?
1
Not at all
2
3
4
5
Perfectly