Graphs Flashcards

1
Q

A graph

A

Has a set of verticies

Has a set of edges

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

An edge

A

Has a vertex at each end

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

A loop

A

Where an edge has the same vertex at each end

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

The degree of a vertex

A

How many edges it has attached to it

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

Simple graph

A

A graph where there is no loops and each node can only have one edge

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

A walk

A

A sequence of edges in which the next edge is the beginning of the next

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

A trail

A

This is a walk but with no edges repeated

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

A path

A

This is a trail but no vertex are repeated

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

A cycle

A

This is a closed path (the end of the last edge is the start of the first)

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

A Hamiltonian cycle

A

This is a cycle which visits every vertex

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

A connected graph

A

Where there is a path between every pair of vertex

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

A tree

A

A simple connected graph with no cycles

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

A digraph

A

A graph in which at least one edge has a direction associated with it

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

A complete graph

A

A simple graph in which every pair of verticies is connected by an edge

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

An incidence matrix

A

A way of representing a graph by a matrix

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

Isomorphic graphs

A

Where two graphs are the same but one is stretched to look different

17
Q

A planar graph

A

A graph that can be drawn without any edges crossing

18
Q

A bipartite graph

A

This is a graph where the verticies fall into two sets and in which each edge has a vertex from one set at one end and from the other set from the other end