Graphs Flashcards

1
Q

What is a graph?

A

Consists of a finite non-empty set of vertices and a set of lines connected

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

3 types of graph

A

Undirected graph, directed graph, multigraph

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

Completed graph

A

A simple graph where there is an edge between every pair of vertices

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

Connected graph

A

When there is an edge from every vertex to any other vertex

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

Degree

A

The degree of a vertex is the number of edges that are incident to the vertex

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

Total degree

A

The sum of all vertices (the twice number of edges)

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

In-degree of directed graph

A

the number of edges that are incoming on a vertex

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

Out-degree of directed graph

A

the number of edges that are outgoing from a vertex

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

Path

A

a sequence of vertices and edges you can trace without lifting pen off

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

Circuit

A

A path which starts and ends at the same vertex and may not contain repeated edges

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

Cycle

A

A circuit that contains no repeated vertices

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

Eulerian path

A

A path that visits every edge exactly once (vertex can be repeated)

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

Eulerian cicuit

A

An Eulerian path that starts and ends at the same vertex (vertex can be repeated)

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

Hamiltonian path

A

Includes every vertex exactly once

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

Hamiltonian circuit

A

A Hamiltonian path that starts and ends at the same vertex

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

Isomorphic graph

A

When every edge, vertex and edge end points are preserved