Chapter 4 Flashcards
1
Q
Define Eulerian graph
A
- graph that contains a trail that includes every edge, start and finish node is same
- connected graph with all nodes of even valency
2
Q
Define semi Eulerian graph
A
- graph that contains a trail that includes every edge, start and finish node is different
- connected graph with only 2 nodes of odd valency
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
4
Q
Outline route inspection algorithm
A
- Identify nodes with odd valency
- Find sum off all possible pairings
- Pick lowest weight combination
- add onto weight of graph