Week 9 Minimal spanning trees Flashcards

1
Q

Tree

A

A tree is a finite connected graph that contains no cyclic
subgraphs.

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

Forest

A

A forest is a finite graph that contains no cyclic subgraphs.

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

Spanning tree

A

Let G = (V,E,ε) be a finite connected graph. A
spanning tree for G is a subgraph T = (V_T ,E_T ,ε_T ) of G
such that T is a tree and V_T = V (that is, T contains every
vertex in G).

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

Length

A

Let G= (V,E,ε) be a graph equipped with a metric µ and
let E′ ⊂E be a finite subset of edges of G. The length of
E′ is defined as
l(E′) =∑_e∈E′ µ(e).

If H = (V_H ,E_H ,ε_H ) is a finite subgraph of G, then the
length of H is defined as l(H) = l(E_H ).

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

Minimal spanning tree

A

A minimal spanning tree is a spanning tree T such that for
all spanning trees T′, we have l(T) ≤ l(T′).

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