graph definitions Flashcards

1
Q

define graph:

A

vertices connected by edges

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

define network:

A

a weighted graph

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

define subgraph:

A

part of a graph

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

define degree:

A

number of vertices connected to a specified one

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

define valency:

A

number of vertices connected to a specified one

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

define order:

A

number of vertices connected to a specified one

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

define walk:

A

a route along the edges of a graph

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

define path:

A

a walk that repeats no vertices

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

define trail:

A

a walk that repeats no edges

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

define cycle:

A

a path that returns to the starting vertex

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

a hamiltonian cycle:

A

a cycle that includes every vertex

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

define simple graph:

A

a graph with no loops and with at most one edge connecting any pair of vertices

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

define digraph:

A

a directed graph

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

define euler’s handshaking lemma:

A

in an undirected graph, the sum of the degrees of the vertices = twice the number of edges, so the number of odd vertices must be even

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

define tree:

A

a connected graph with no cycles

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

define spanning tree:

A

a tree containing all the vertices

17
Q

define complete graph:

A

a graph where every vertex is connected to every other vertex

18
Q

define isomorphic graphs:

A

graphs that have the same edges and vertices that connect in the same way, but are drawn differently

19
Q

define eulerian graph:

A

a graph that contains a trail that includes every vertex and edge and returns to the starting vertex (connected graphs with even vertices always are)

20
Q

define semi-eulerian graph:

A

a graph that contains a trail that includes every vertex and edge and ends on a different vertex to the starting one (connected graphs with one pair of odd vertices always are)