Decision 1 Chapter 2 Flashcards

1
Q

Graph

A

A number of nodes which are connected by edges

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

Subgraph

A

Part of a graph

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

Weighted graph

A

A graph where each edge has a number associated with it

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

The number of edges incident to a vertex (3 words)

A

Degree
Valency
Order

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

Path

A

A finite sequence of edges such that the end vertex of one edge is the start vertex of the next and in which no vertex appears twice

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

Walk

A

A path where you can visit each vertex more than once

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

Cycle / Circuit

A

A path where the end vertex of the last edge is the start vertex of the first edge

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

Connected vertices

A

If there is a path between them

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

Connected graph

A

All vertices are connected

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

Simple graph

A

No loops and not more than one edge connecting any pair of vertices

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

Digraph

A

A graph where the edges have a direction

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

Tree

A

A connected graph with no cycles

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

Spanning tree

A

A subgraph which is also a tree

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

Bipartite graph

A

Consists of two sets of vertices where only vertices from opposite sets may be connected

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

Complete graph

A

Every vertex is directly connected to every other vertex

17
Q

Isomorphic graphs

A

Graphs that show the same information but are drawn differently

18
Q

Adjacency matrix

A

Records the number of direct links between vertices

19
Q

Distance matrix

A

Records the weights of edges