Graph Definitions Flashcards

1
Q

What is a Graph?

A

Vertices connected by edges.

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

What is a subgraph?

A

A separate part of a graph

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

What is a weighted graph?

A

A graph with numbers associated with the edges

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

What does valency mean?

A

The number of edges incident to a vertex

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

What is a path?

A

The finite sequence of edges where no vertex appears more than once

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

What is a walk?

A

A path in which you are allowed to return to vertices more than once

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

What is a cycle?

A

A closed path where the first vertex is the last vertex

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

How are two vertices connected?

A

If there is a path between them

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

How is a path connected?

A

If all the vertices are connected

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

What is a loop?

A

An edge that starts and finishes at the same vertex.

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

What are the qualities of a simple graph?

A

It has no loops and no more than one edge connects a pair of vertices

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

What is a digraph?

A

A graph where the edges have directions associated with them

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

What is a tree?

A

A connected graph with no cycles

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

What is a spanning tree?

A

A sub graph which is also a tree.

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

What is a bipartite graph?

A

Vertices in x only join to vertices in y. Not to vertices in the same set

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

What is a complete graph?

A

Every vertex is directly connected by an edge

17
Q

What is a complete bipartite graph?

A

All vertices in x are directly connected to all vertices in set y

18
Q

What is an Isomorphic graph?

A

The same as a bipartite graph but drawn differently

19
Q

What is an adjacency matrix?

A

A record of the number of direct links between vertices

20
Q

What is a distance matrix?

A

A record of the weight of the edges. No weight is record on the chart as (-)