Graphs and Networks Flashcards

1
Q

what is different about graphs in discrete and decision maths compared to normal graphs?

A

they dont have axes

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

what are the dots called

A

nodes or vertices

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

what are the lines called

A

arcs or edges

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

how do you find the degree (order) of a vertex?

A

how many edges there are at a vertex

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

connected graph

A

possible to go from one vertex to another, go through other points

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

what must happen for a graph to be formed?

A

the sum of the orders should be even

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

loop

A

edges that start and finishes at the same vertex

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

simple graph

A

no loop or multiple edges between two vertices

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

complete graph

A

every vertex is connected to every other vertex

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

what is the general formula of edges for a completed graph

A

0.5 x n x n-1

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

digraph

A

at least one edge with a direction associated with it

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

bipartite

A

nodes are in two distinct sets
every edge connected to a number of the first set to a member of the second set

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

incidence matrix

A

shows the arrangement of edges in a graph

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

trail

A

a sequence of joined edges such that no edge is repeated

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

path

A

sequences of edges where the end vertex on one edge is the start of the next, no vertex visited more than one

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

cycle

A

closed path

17
Q

tree

A

connected graph with no cycles

18
Q

spanning tree

A

subgraph which contains all vertices of original and is also a tree

19
Q

Eulerian graph

A

possible to make a trail that uses all edges once starting and ending at the same point

20
Q

Semi-Eulerian

A

ends at different vertex, but all edges have been used once, start and end on odd node