Paths and cycles Flashcards

1
Q

What is a network?

A

A graph that represents real life applications (eg: a road network)

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

What is a walk?

A

Any route through a graph from vertex to vertex along connecting edges

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

What is an open walk?

A

A route through a graph that starts and finishes at different vertices

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

What is a closed walk?

A

A route through a graph that starts and finishes at the same vertex

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

What is the length of a walk?

A

The number of edges of the walk

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

What is a trail?

A

A route through a graph with no repeated edges

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

What is an open trail?

A

A route through a graph with no repeated edges which starts and finishes different vertices

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

What is a closed trail?

A

A route through a graph with no repeated edges which starts and finishes at the same vertex

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

What is a closed trail also called?

A

A circuit

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

What is a path?

A

A route through a graph with no repeat use of edges or vertices (except start/end vertex)

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

What is an open path?

A

A route through a graph with no repeat use of edges or vertices which starts and finishes at different vertices

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

What is a closed path?

A

A route through a graph with no repeat us of edges or vertices which starts and finishes at the same vertex

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

What is the length of a path?

A

The number of edges of the path

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

What is a bridge?

A

An edge in a connected graph that leaves the graph disconnected if removed

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

What is a Eulerian trail?

A

A route through a connected graph with no repeated edges

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

What is a Eulerian circuit?

A

A route through a connected graph with no repeated edges that starts and finishes at the same vertex

17
Q

What are the features of a Eulerian graph?

A
  • Connected
  • Has a closed trail (every edge travelled only once, starts and finished at same vertex)
  • Only has even vertices
18
Q

What is a semi-Eulerian trail?

A

A route through a connected graph with no repeated edges that starts and finishes at different vertices

19
Q

What are the features of a semi-Eulerian graph?

A
  • Has semi-Eulerian trail (connected, no repeated edges, starts and finishes at different vertices)
  • Exactly 2 odd vertices
20
Q

What is a Hamiltonian path?

A
  • A route through a graph with no repeated edges or vertices that includes every vertex in the graph
  • Starts and finishes at different vertices
21
Q

What is a Hamiltonian cycle?

A
  • A route through a graph with no repeated edges of vertices that includes every vertex in the graph
  • Starts and finishes at the same vertex
22
Q

What are the features of a Hamiltonian graph?

A
  • Has Hamiltonian cycle (starts and finishes at same vertex, includes every vertex only once)
  • Connected
23
Q

What are the features of a semi-Hamiltonian graph?

A
  • Connected
  • Contains Hamiltonian path (starts and finishes at different vertices, includes every vertex only once) but not Hamiltonian cycle