Week 1 Flashcards

1
Q

What is the definition of a tree?

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

What is a theorem about the number of edges and the number of vertices of a connected graph?

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

When is a connected graph a tree?

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

When is a simple graph a tree?

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

When is a connected simple graph a tree?

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

What is a spanning tree?

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

What is the definition of a Minimum Spanning Tree?

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

What is Kruskals algorithm? What is it used for?

A

It is used to find the minimum spanning tree.

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

When does a weight departing from a subtree belong to a minimum spanning tree?

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

When is a MST unique?

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

What is the Prim(-Jarnik) algorithm?

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

What are the commonalities and differences between Kruskals and Prims algorithm?

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

What is the basic idea behind Dijkstra’s algorithm?

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

What are the two algorithms used to find a shortest path?

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

What is the notation used to find a shortest path (when using the Dijkstra’s algorithm)?

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

What is Dijkstra’s algorithm?

A
17
Q

What is Dijkstra’s correctness theorem?

A
18
Q

What is the basic idea of the Bellman-Ford Algorithm?

A
19
Q

What is the Bellman-Ford algorithm?

A
20
Q

What is the Bellman-Ford correctness theorem?

A
21
Q

What is the complexity of the Dijkstra and Bellmand-Ford algorithm?

A