Graph theory Flashcards


Set Details Share
created 2 months ago by Drunk_Octopus
Subjects:
further maths
show moreless
Page to share:
Embed this setcancel
COPY
code changes based on your size selection
Size:
X
Show:

1

Graph

consists of points (called vertices or nodes) which are connected by lines (edges or arcs)

2

Weighted graph / network

A graph where the edges have associated values (weights)

3

Vertex set

card image

A, B, C, D, E, F, the vertices within a graph

4

Edge set

card image

AD, AE, BA, BC, CE, CF, DE, EF, the edges within the graph (G)

5

Subgraph of G

A graph, each of whose vertices belong to the original graph (G) and each of whose edges belong to G. It is simply a part of the original graph.

6

Degree, Order, or Valency of a vertex

card image

The no. of edges incident to the vertex

A: 3, B: 2 etc.

7

Even vertex

vertex with an even degree

8

Odd vertex

vertex with an odd degree

9

Walk

A route through a graph along edges and from one vertex to another (can be multiple vertices and edges)

10

Path

A walk where no vertex is visited more than once

11

Trail

A walk where no edge is visited more than once

12

Cycle

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

13

Hamiltonian cycle

A cycle which includes every vertex.

14

Connected graph

Where every vertex is connected, in some way, to the graph. (Vertices are connected when there is an arc connecting them)

15

Loop

card image

Edge that starts and finishes at the same vertex

16

Simple graph

A graph with no loops and up to one arc connecting the same two vertex

17

Directed graph

Graphs where direction is associated to each arc, often shortened to digraph

18

The Handshake Lemma

Th sum of the degrees of the vertices is equal to 2x the number of edges, as a consequence the number of vertices must be even. This is known as Euler's Handshake Lemma.