Keyterms Flashcards

1
Q

Graph

A

Points (called vertices or nodes) connected by lines (edges or arcs)

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

Weighted graph or network

A

A graph that has a number associated with each edge (usually called its edge)

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

Subgraph

A

A graph, each of whose vertices belongs to the original graph and each of whose edges belongs to the original graph.

It is part of the original graph.

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

Degree (or valency or order) of a vertex

A

The number of edged that meet at that vertex

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

Even degree /odd degree

A

A degree of a vertex that is even / odd

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

Walk

A

A route through a 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 in which 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 in which no edge is visited more than once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
10
Q

Connected vertices/graph

A

Two vertices where there is a path between them/ all vertices are connected

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

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
12
Q

Simple graph

A

A graph in which there are no loops and there is at most one edge connecting any pair of vertices.

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

Directed edges

A

The edges of the graph that have a direction associated with them

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

Directed graph (or digraph)

A

A graph with directed edges

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

Tree

A

A connected graph with no cycles

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

Spanning tree

A

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

17
Q

Complete graph

A

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

18
Q

Isomorphic graphs

A

Graphs which show the same information but may be drawn differently

19
Q

Adjacency matrix

A

A matrix in which each entry describes the number of arcs joining the corresponding vertices

20
Q

Distance matrix

A

A matrix in which the entries represent the weight of each arc, not the number of arcs.

21
Q

Minimum spanning tree (MST)

A

A spanning tree such that the total length of its arcs (edges) is as small as possible

22
Q

Eulerian graph/network

A

Any connected graph whose vertices are all even

23
Q

Eulerian circuit

A

A trail that includes every edge and starts and finishes at the same vertex.

24
Q

Semi-eulerian graph

A

One which contains a trail that includes every edge but starts and finishes at different vertices

—> any connected graph with exactly 2 odd verices

25
Q

Algorithm

A

A finite sequence of step-by-step instructions out to solve a problem

26
Q

Flow chart

A

The shape of each box tells you about its function