Lecture 3 - Graph Recap Flashcards

1
Q

What is an undirected graph?

A

One that has bi-directional edges

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

What is a directed graph?

A

One where each each only goes in one direction.

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

Another name for a directed graph?

A

digraph

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

What is a weighted graph?

A

One where each edge has an associated cost to it. This could be the length, capacity etc.

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

What is representing a non existing edge in a weighted graph?

A

INFINITY

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

What is a clique?

A

A graph where every pair of verticies in the set are joined by an edge.

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