CH7: NETWORKS [VOCAB] Flashcards

1
Q

nodes/vertices

A

points on a network

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

edge

A

a line joining to nodes or vertices

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

faces/regions

A

edges divide a graph up into seperate sections

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

loop

A

an edge that starts and ends at the same vertex

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

multiple edges

A

two or more edges that connect the same two vertices

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

weighted graph/network

A

graphs that have amounts or distances or some information on each edge

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

directed edges/arcs

A

an edge with significant direction shown with an arrow

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

directed graph/network or digraph

A

any graph involving directed edges (1 or more)

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

undirected graph/network

A

any graph with no directed edges

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

simple graph/network

A

a graph or network with no loops, multiple edges or direction, no crossovers

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

walk

A

a sequence of edges joined by vertices

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

open walk

A

a walk which does not start and end at the same vertex

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

closed walk

A

a walk 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

open path

A

a walk that has no repeats of edges or vertices and does not start and end at the same vertex

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

closed path or ‘cycle’

A

a walk that has no repeats of edges or vertices and starts and ends at the same vertex

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

path length

A

the number of edges a walk, path or cycle uses

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

trail

A

a walk with no repeated edges (may have repeated vertices)

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

connected graph

A

an undirected graph where every vertex is connected to each other

19
Q

disconnected/unconnected graph

A

a graph where a vertex is not joined by an edge

20
Q

complete graphs

A

simple graphs in which every vertex is connected to every other

21
Q

bridge

A

any edge which, when removed, causes a network to become disconnected

22
Q

degree/order

A

the number of edges that meet a vertex

23
Q

isolated vertex

A

a vertex not connected to an edge

24
Q

planar graphs

A

networks that can be drawn without edges crossing over

25
null graphs
networks made up of no edges, just isolated vertices
26
trivial graphs
networks that have only one vertex (null graphs)
27
subgraph
a smaller section of the original graph
28
platonic solid
the 'net' of a 3D shape where each face is the same regular polygon
29
traversable
refers to a connected graph with 0 odd vertices or exactly 2 odd vertices
30
eulerian trail
travels every edge once, may repeat vertices, 0 odd vertices, starts and finishes at the same vertex
31
semi-eulerian
- connected graph - open trail - includes every edge only once - contains 2 odd vertices - starts and finishes at the same point
32
adjacent vertices
vertices that share a common edge
33
in-degree
number of edges coming into a vertex
34
out-degree
number of edges coming out of a vertex
35
bipartite graph
a graph in which the vertices can be split into two groups
36
complete bipartite graph
a bipartite graph that has every member of one group connected to every member of the other group
37
euler's formula
v + f - e = 2
38
circuit
a closed trail. a trail that starts and ends at the same vertex.
39
path
a walk if it includes no repeated use of an edge and no repeated use of a vertex, (except for the vertex we started from)
40
0 odd vertices
.
41
2 odd vertices
.
42
hamiltonian path
path that cuts through every vertex
43
hamiltonian cycle
type of hamiltonian graph that starts and ends at the same vertex
44
semi-hamiltonian graph
.