Exam 1 Flashcards

1
Q

What is an induced subgraph

A

A subgraph where we have all vertices and the edges that go along with it

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

What is an adjacency matrix

A

matrix of verticies

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

What is an incident matrix

A

matrix of edges

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

How many edges in a complete graph with n verticies?

A

(N(N-1) ) /2

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

What is a walk?

A

A sequence of verticies and edges and they can repeat

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

What is a path?

A

It’s a walk with no repeated verticies or edges

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

What is a Trail?

A

A walk where verticies can be repeated but edges cannot be repeated

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

What is a circuit?

A

A graph that contains one or more cycles.

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

What is a cycle?

A

Sequence of verticies and edges where starting and ending vertex is the same but we cannot repeat verticies or edges.

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

What is an eulerian circuit?

A

sequence of edges and verticies that start and end at same vertex and traverses every edge exactly once.

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

What is an eulerian trail?

A

sequence of edges and verticies that traverses every edge once and does not end at starting vertiex.

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

What is the distance?

A

number of edges in the shortest path between two verticies?

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

What is the diameter?

A

maximum eccentricity of any vertex in the graph.

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

What is elenctricity?

A

greatest distance between a vertex and any other vertiex.

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

What is radius?

A

The minimum elecentricity of any vertiex?

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