Decision Flashcards

1
Q

Graph

A

Consists of points (called vertices or nodes) which are 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

A

A graph with number or ‘weights’ associated with each 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 was part of the original graph)

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

Degree

A

Also called valency or order, the degree of a vertex is the number of edges incident to it

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

Walk

A

A route through graph along edges from one vertex to the next

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

Path

A

A walk in which no vertex is listed more than once

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

Cycle

A

A walk in which 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
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

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

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

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

Directed Graph (Digraph)

A

When the edges of a graph a direction associated with them

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

Handshaking Lemma

A

In any undirected graph, the sum of the degrees of the vertices is equal to 2 x the number of edges and hence, the number of odd nodes must be even

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

Tree

A

A connected graph with no cycles

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

Spanning Tree

A

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

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

Complete Graph

A

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