Network Concepts Flashcards

1
Q

Walk

A

connected sequence of edges where the edges and vertices may be visited multiple times

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

Trail

A

walk with no repeated edges (but repeated vertices)

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

Path

A

walk with no repeated vertices or edges

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

Circuit

A

walk with no repeated edges that starts and ends at the same vertex (but repeated vertices)

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

Cycle

A

walk with no repeated edges or vertices that starts and end at the same vertex

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

Traversable Graph

A

trail that includes every edge without repeating an edge or taking pen off paper

(used in practical problems)

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

Eulerian trail

A

uses every edge exactly once, starts and ends at DIFFERENT vertices

(exist if: graph has exactly 2 vertices with an odd degree OR all even degrees)

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

Eulerian circuit

A

uses every edge exactly once, starts and ends at SAME vertex

exist if: every vertex has an even degree

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

Hamilton path

A

passes through every vertex of a graph once and only once

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

Hamilton cycle

A

hamilton path that starts and finishes at same vertex

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