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
Q

null graphs

A

networks made up of no edges, just isolated vertices

26
Q

trivial graphs

A

networks that have only one vertex (null graphs)

27
Q

subgraph

A

a smaller section of the original graph

28
Q

platonic solid

A

the ‘net’ of a 3D shape where each face is the same regular polygon

29
Q

traversable

A

refers to a connected graph with 0 odd vertices or exactly 2 odd vertices

30
Q

eulerian trail

A

travels every edge once, may repeat vertices, 0 odd vertices, starts and finishes at the same vertex

31
Q

semi-eulerian

A
  • connected graph
  • open trail
  • includes every edge only once
  • contains 2 odd vertices
  • starts and finishes at the same point
32
Q

adjacent vertices

A

vertices that share a common edge

33
Q

in-degree

A

number of edges coming into a vertex

34
Q

out-degree

A

number of edges coming out of a vertex

35
Q

bipartite graph

A

a graph in which the vertices can be split into two groups

36
Q

complete bipartite graph

A

a bipartite graph that has every member of one group connected to every member of the other group

37
Q

euler’s formula

A

v + f - e = 2

38
Q

circuit

A

a closed trail. a trail that starts and ends at the same vertex.

39
Q

path

A

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
Q

0 odd vertices

A

.

41
Q

2 odd vertices

A

.

42
Q

hamiltonian path

A

path that cuts through every vertex

43
Q

hamiltonian cycle

A

type of hamiltonian graph that starts and ends at the same vertex

44
Q

semi-hamiltonian graph

A

.