Graph Theory Flashcards
Sequence of vertices that follows edges
Walk
Walk that does not repeat edges
Trail
Sequence of vertices that does not repeat edges
Trail
Trail that doesn’t repeat vertices
Path
Sequence of vertices that repeats neither edges nor vertices
Path
Sequence of vertices that starts and ends at the same place
Closed Walk
Sequence of vertices that starts and ends at the same place and doesn’t repeat edges
Tour
Closed trail
Tour
Tour that has positive length and doesn’t repeat vertices
Cycle
Sequence of vertices that starts and ends at the same place and doesn’t repeat edges or vertices
Cycle
A tour is Eulerian when
it uses every edge once and visits every vertex
A trail, walk, or path is semi Eulerian when
it uses every edge once and visits every vertex
A graph is Eulerian iff
it has an euler tour
A graph is semi-Eulerian iff
it has an euler trail, walk, or path
Handshake lemma for nondirectional graph
sum of degrees = 2 times number of edges