Define a walk
Any route through a network
Define an Eulerian Graph
A trail that traverses every edge once and starts and finishes at the same vertex.
Define a planar graph
When a graph can be redrawn with no intersecting edges
How many vertices are in this network?

4
Define a Trail
A walk that does not repeat any edges
Define a Hamiltonian Path (Cycle)
A path that visits each vertex once and starts and finishes at the same vertex. (Can repeat the start and finishing vertex)
How many faces does this graph have?

6
What does the highlighted rectangle tell you about about the network?

The network is disconnected
Define a Path
A walk that does not repeat any vertices
How can you use the degrees of the vertices of a network to show a graph has a Semi-Eulerian trail.
If the graph has a pair of odd degree vertices then there must be a Semi-Eulerian trail.
Recall Euler's formula
v+f-e=2
What does the circled number 1 tell you about the network?

The network has a loop
Define a cycle
A path that starts and finishes at the same vertex.
OR
A walk that does not repeat vertices that starts and finishes at the same vertex.
How can you use the degrees of the vertices of a network to show a graph is Eulerian?
If the degrees of the vertices are all even then the graph is Eulerian which means an Eulerian trail is possible.
Is the following graph planar?

Yes

What does a leading diagonal of zeroes tell you about the network?

There are no loops at any vertex.
Define a Closed Trail
A trail that starts and finishes at the same vertex.
OR
A walk that does not repeat edges and starts and finishes at the same vertex.
Classify the graph below 
Semi-Hamiltonian
How many faces will there be if a planar graph has 7 edges and 5 vertices
4
What is the degree at the first vertex

1