D1 graphs Flashcards

1
Q

Edge

A

Has a vertex at each end. An edge with the same vertex at each end is called a loop.

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

Degree

A

(Or order) of a vertex is the number of edges incident on it.

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

Simple graph

A

No loops, and in which there is no more than one edge connecting any pair of vertices.

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

Walk

A

A sequence of edges in which the end of one edge (except the last) is the beginning of the next.

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

Trail

A

Is a walk in which no edge is repeated.

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

Path

A

Is a trail in which no vertex is repeated.

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

Cycle

A

A closed path

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

Hamiltonian cycle

A

A cycle which visits every vertex.

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

Tree

A

Simple connected graph with no cycles.

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

Digraph

A

Graph in which at least one edge has a direction associated with it.

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

Complete graph

A

Simple graph which every pair of vertices is connected with an edge.

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

Incidence matrix

A

Represents a graph with a matrix.

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

Isomorphic

A

Same graph in a different structure.

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

Planar graph

A

Drawn with no edges crossing

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

Bipartite graph

A

Vertices fall into two sets and in which each edge has a vertex from one set at one end and from the other set at its other end.

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

Graph

A

A set of vertices (or nodes), one for each member of X, together with a set of edges (or arcs).