Week 6: Graph Traversals Flashcards

1
Q

What is a graph traversal?

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

What is the algorithm for Depth-First Search? What is the premise?

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

What is the algorithm for determining if a graph has a cycle?

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

What is the algorithm for determining if a graph has a path from s to d?

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

What is breadth first search? What is the algorithm?

A

$

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