12Topic3 Flashcards

(24 cards)

1
Q

what are lines in a network called?

A

edges

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

what are points of a network called?

A

vertex

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

what is a degree?

A

the number of edges that meet at the vertex

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

how much does a loop add to a degree?

A

2

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

how to label vertices and edges?

A

vertices in curly brackets and edges we use the vertices that the edge sits between e.g (c,c) or (a,c)

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

what is a walk?

A

a journey through a network that starts at a vertex and ends at a vertex

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

what is a path?

A

a walk that dosent visit any vertex more than once

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

what is a cycle?

A

a walk with the same start and end vertex, which dosent visit any other vertex more than once

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

what is a trail?

A

a walk with no repreated edges

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

what is a circuit?

A

walk with no repeated edges that starts and ends at the same vertex

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

what is a transversable graph?

A

one that you can find a trail with edges and you dont take your pen off paper

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

connected networks

A

have a walk between every pair of vertices

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

disconnected network

A

not completely connected and there is not always a walk between all pairs of vertices

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

isomorphic graph

A

networks that look different but contain the same information

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

weighted graphs

A

have a number associated with each edge

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

what is a euler trail

A

a path that can be traced indefinitely without lifting a pen and visits each edge only once

17
Q

how to tell if it is not a euler trail?

A

if it has more than 2 vertices of odd degree then it has not euler paths

18
Q

what is a tree?

A

a network in which any two vehicles are connected by exactly one path

19
Q

what is a leaf?

A

a vertex with a degree of 1

20
Q

what is a spanning tree?

A

a tree that connects every vertex of a network and some of the edges, it has one less edge than the number of vertices.

21
Q

what is a mst?

A

a minimum spanning tree - the smallest total edge weight is called a minimum spanning tree

22
Q

what is kruskals algorithm?

A

starts with the smallest edge, then the next smallest edge

23
Q

what is prims algorithm?

A

starts at any vertex and then chooses the shortest edge