NETWORKS Flashcards

1
Q

What is Euler’s formula for

A

Planar graphs

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

Bridge

A

edge
when removed will make graph disconnected

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

Faces

A

inside + 1 outside

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

Connected graph

A

all vertices connected to an edge

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

degree

A

no. edges connected to a single vertex
loops = x2
even/odd degrees

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

Degenerate/null graph

A

all lonely dots

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

Isolated vertex

A

lonely dot
degree = 0

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

Simple graph

A

no loops/multiple edges
sum of degree = 2x no. edges

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

Complete graph

A

all vertices connected to all other vertices
no. edges = n(n-1) / 2 n = no. vertices

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

Bipartite graph

A

set of vertices able to be split on two sides
same side vertices do not connect
vertices on one side connect with vertices on other side
colouring method- alternate colours perfectly = bipartite

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

Complete bipartite graph

A

every vertex on one side connected to all vertices on other
edges = no. edges on each side multiplied

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

Subgraph

A

some original vertices but not all

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

Length

A

sum of vertices - 1

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

Planar graph

A

connected graph
can be redrawn to have no crossing edges
K5 = never planar

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

Plane drawing

A

Redrawn planar graph

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

Adjacency matrix

A

symmetrical about leading diagonal
1 step = N1
2 step = N^2 - ways to travel from 1 to other via another point
1 or 2 step- N + N^2 - ways to travel from 1 to other direct or via another point

17
Q

Walk

A

sequence with both repeated edges + vertices

18
Q

Trail

A

No repeated edges

19
Q

Path

A

No repeated edges or vertices

20
Q

Open

A

Starts + ends at different vertices

21
Q

Closed

A

Starts + ends at same vertex

22
Q

Eulerian

A

All even vertices
closed trail

23
Q

Semi-eulerian

A

2 vertices odd
starts+ ends at odd points
open trail

24
Q

Hamiltonian

A

closed path
does not need to go through all edges

25
Q

Semi-Hamiltonian

A

open path
does not need to go through all edges

26
Q

Circuit

A

closed trail

27
Q

Cycle

A

closed path