Graph theory Flashcards

1
Q

Walk

A

Nodes may repeat, edges may repeat (closed or open)

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

Trail

A

Nodes may repeat, edges cannot repeat (open)

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

Circuit

A

Nodes may repeat, edges cannot repeat (closed)

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

Path

A

Nodes cannot repeat, edges cannot repeat (open)

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

Cycle

A

Nodes cannot repeat, edges cannot repeat (closed)

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

Diameter

A

The max. distance between any pair of nodes in the graph

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

Average distance

A

Ave. distance over all pairs of nodes in the graph

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

Directed

A

edges point from one node to another

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

Strongly connected component (SCC) - directed graph

A

in a subset of the nodes: i) every node in the subset has a path to every other, and ii) the subset is not part of some larger set with the property that every node can reach every other

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