graphs Flashcards

1
Q

subgraph

A

part of the original graph

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

spanning tree

A

a subgraph which includes all of the vertices of the original graph

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

walk

A

route through graph from on vertex to the next along edges

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

path

A

a walk in which no vertex is visited more than once

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

trail

A

no edges visited more than once

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

cycle

A

a walk that starts and ends at the same vertex and no other vertex is visited more than once

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

node’s degree (odd or even)

A

the number of edges attached to it

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

Hamiltonian cycle

A

a cycle that includes every vertex

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

eulerian cycle

A

a trail that traverses every arc (once) and starts and ends at the same vertex

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

tree

A

connected graph with no cycles

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

graph

A

points /vertices/nodes
connected by
lines/edges/arcs

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

connected graph

A

a path can be found between any two vertices

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

loop

A

an edge which starts and ends at the same vertex

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

what’s a simple graph?

A

no loops
(there aren’t multiple edges connecting the same two vertices)

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

diagraph/directed graoh

A

edges have a given direction

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

handshaking lemma

A

the sum of the degrees of the vertices = 2x number of edges
(on an undirected graph)