graphs and networks Flashcards

1
Q

simple graph

A

has no loops or multiple edges

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

isolated vertex

A

a vertex with a degree of 0

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

degenerate graph

A

no edges

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

connected graph

A

all vertices are connected, indirectly or directly

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

complete graph

A

all vertices are connected directly to every other vertex

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

bridge

A

an edge, where if removed, will cause the graph to become disconnected

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

sub graph

A

a part of a larger graph

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

equivalent graph (isomorphic)

A

a graph that looks different, but contains the same information

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

planar graph

A

a graph that can be drawn with no intersections of edges

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

faces

A

an area enclosed by edges, includes the outside of the graph

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

Eulers rule

A

v-e+f=2

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

walk

A

any continuous sequence of edges

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

trail

A

a walk with no repeated edges

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

path

A

a trail with no repeated vertices

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

circuit

A

a trail that starts and finishes at the same vertex

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

cycle

A

a circuit with no repeated vertices

17
Q

Eulerian trial

A

follows every edge of the graph
exists if graph has 2 vertices with an odd degree
does not repeat edges

18
Q

Eulerian circuit

A

an Eulerian trail that starts and finishes at the same vertex
exists if all vertices have an even degree
does not repeat edges

19
Q

Hamiltonian path

A

visits every vertex of a graph

does not repeat vertices

20
Q

Hamiltonian cycle

A

same as Hamiltonian path but starts and ends at the same vertex
does not repeat vertices

21
Q

weighted graph

A

numbers associated to edges