7 - Graphs Flashcards

1
Q

What is a “complete” graph?

A

When every vertex is connected to every other vertex by exactly one edge

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

What is a “simple” graph

A

Has no multiple edges and no vertex is joined to itself

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

What is a “connected” graph?

A

When all pairs of vertices are connected

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

What is a “subgraph”?

A

A graph formed by using only some of the edges of the original graph

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

What is a “tree” graph?

A

connected graph for which it is not possible to find a sequence of distinct edges that returns to the starting vertex

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

What is a “walk”?

A

Sequence of adjacent edges

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

What is a “trail”?

A

Walk with no repeated edges

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

What is a “path”?

A

Walk with no repeated vertices

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

What is a “cycle”?

A

Walk that starts and ends at the same vertex and has no other repeated vertices

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

What is a “circuit”?

A

Walk that starts and ends at the same vertex and has no repeated edges

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

What is the differences between a cycle and a circuit?

A

Both:
- a Walk
- Start and end at same vertex

Difference:
- Cycle has no repeated vertices
- Circuit has no repeated edges

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