Decision - graph theory terms Flashcards

1
Q

Vertex (verticies) / node

A

Points

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

Edges / arcs

A

Lines

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

Weighted graph

A

Numbers associated with an edge

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

Subgraph of graph G

A

Graph of G whose vertices belong to G and edges belong to G. A part of the original graph

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

Degree / valency / order

A

Number of edges connected to node

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

Walk

A

Route through the graph along the edges from one vertex to the next

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

Path

A

A walk where no vertex is visited more than once

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

Trail

A

A walk where no edge is visited more than once

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

Cycle

A

A walk where the end vertex is the same as the start vertex and no other vertex is visited more than once

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

Hamiltonian cycle

A

A cycle that includes every vertex

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

Connected graph

A

A graph where all vertices are connected (directly or indirectly)

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

Loop

A

Edge that starts and finishes at the same vertex

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

Simple graph

A

No loops and at most 1 edge connected any pair of vertices

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

Digraph (directed graph)

A

A graph where the edges have a direction associated with them

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

Euler’s handshaking lemma

A

The sum of the degrees of the vertices is equal to 2x the number of edges

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

Tree

A

A connected graph with no cycles

17
Q

Spanning tree

A

Subgraph which includes all the vertices of the original graph and is also a tree

18
Q

Complete graph

A

A graph in which every vertex is directly connected by a single edge to each of the other vertices

19
Q

Isomorphic graphs

A

Graphs which show the same information but are drawn differently

20
Q

Adjacency matrix

A

Describes the number of arcs joining the corresponding vertices

21
Q

Distance matrix

A

Describes the weight of each arc not the number of arcs

22
Q

Planar graph

A

A graph that can be drawn in a plane such that no two edges meet except at a vertex

23
Q

Minimum spanning tree

A

A spanning tree where the total weight of the arcs is as small as possible