Discrete: The language of graphs Flashcards

1
Q

Definition of a Vertex

A

a vertex is shown as a point on a graph

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

Definition of an Edge

A

an edge is a line or curve with a vertex at each end

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

Definition of a Walk

A

a walk is a set of edges joined end to end

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

Definition of a Trail

A

a trail is a walk in which no edges are repeated

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

Definition of a Cycle

A

a cycle is a trail that starts and finishes at the same vertex

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

Definition of Adjacent vertices

A

vertices are adjacent if there is an edge with these vertices at its ends

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

Definition of a connected graph

A

a graph is connected if it is possible to get from any vertex to another, either directly or indirectly

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

Definition of a loop

A

a loop is an edge that directly connects a vertex to itself

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

When does a graph have multiple edges?

A

a graph has multiple edges if there are two or more edges that directly connect the same pair of vertices

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

What is a simple graph?

A

a simple graph is a graph with no loops and no multiple edges

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

Definition of a degree of a vertex

A

the degree of a vertex is the number of edges that end at that vertex

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

What is a subgraph?

A

a subgraph is a graph contained within another graph

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

Definition of subdivision

A

subdivision is inserting a vertex of degree 2 into an edge

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

What is a Bipartite graph?

A

a bipartite graph is a simple graph that can be partitioned into two sets: no edge connects two vertices in the same set

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

What is a complete Bipartite graph?

A

a complete bipartite graph is a simple bipartite graph with the maximum possible number of edges

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

What is an Adjacency matrix?

A

an adjacency matrix shows the number of edges that directly connect each pair of vertices

17
Q

Definition of a complement?

A

the complement of a simple graph is the set of edges that, when added to the graph, makes a complete graph

18
Q

What is a simple-connected graph?

A

a simple-connected graph is a graph that is simple and connected

19
Q

What is a tree?

A

a tree is a simple-connected graph with the minimum possible number of edges

20
Q

What is a transversible graph?

A

a transversible graph can be drawn as a trail without going over the same edge twice

21
Q

What is a Eulerian graph?

A

a eulerian graph is a connected graph that has no vertices of odd degree

22
Q

What is a semi-eulerian graph?

A

a semi-eulerian graph is a connected graph that has exactly two vertices of odd degree

23
Q

What is a Hamiltonian graph?

A

a Hamiltonian graph is a graph that contains a cycle that passes through every vertex exactly once: apart from starting and finishing at the same vertex