graphs and networks Flashcards

1
Q

graph

A

set of points joined by lines

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

arc

A

line segment (one point to another)/edge

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

node

A

point/vertex

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

trail

A

sequence of arcs - continuous arc to arc journey

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

path

A

trail but with no repeated nodes

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

cycle

A

trail that ends where it started that does not repeat any node

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

tree

A

connected graph with no cycles

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

connected graph

A

graph where there exists a path to join to any node to any other

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

complete graph (Kn)

A

each node is directly connected to every other node at least once

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

bipartite graph (K,n,m)

A

graph consisting of two sets of nodes with arcs joining between the 2 sets

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

order of a node

A

number of arcs meeting at the node

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

planar graph

A

graph that can be drawn so that arcs only meet at nodes

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

simple graph

A

a graph with no loops or multiple arcs

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

eulerian graph

A

graph where all nodes are even and connected & that can be drawn with one continuous node, ending where it started

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

semi-eulerian graph

A

graph with 2 odd nodes and the rest are even - all are connected
& can be drawn with one continuous line starting at one odd node and ending at the other

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

Euler’s relationship?

A

nodes + regions = arcs + 2

17
Q

closed trail

A

first and last nodes are the same

18
Q

directed graph / di-graph

A

a graph in which the edges/arcs have a direction

19
Q

incidence matrix

A

a matrix representing the edges in a graph

20
Q

hamiltonian cycle

A

a cycle that visits every node

21
Q

spanning tree properties

A

(n-1) arcs, n nodes, all connected, no cycles