MATH 239 Graph Theory Definitions

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Complete Graph

A graph where every vertex is adjacent with every other vertex

2
New cards

k-regular graph

A graph where every vertex has degree k

3
New cards

Subgraph

A graph H is a subgraph of G if E(H) ⊆ E(G) and V(H) ⊆ V(G)

4
New cards

Spanning graph

We say a subgraph H of G is spanning if V(H) = V(G)

5
New cards

Eulerian Trail

A walk that traverses each edge in the graph exactly once

6
New cards

Eulerian Circuit

A cycle that traverses each edge in the graph exactly once

7
New cards

Bridge

An edge e in E(G) such that G - e has more components than G

8
New cards

Tree

A connected graph with no cycles

9
New cards

Forest

A graph with no cycles (each component is a tree)

10
New cards

Planar

A graph is planar if it can be drawn such that:

  1. No 2 vertices coincide

  2. The edges intersect only at vertices

11
New cards

Boundary

The boundary of face F is the subgraph that contains the edges + vertices incident with F

12
New cards

Boundary Walk

The boundary walk of F is a closed walk obtained by traversing the boundary

13
New cards

Degree

The minimal length of the boundary walk

Length of boundary walk = # of edges in boundary + # of bridges in boundary

14
New cards

X-colouring

A function f : V → X such that whenever uv in E then f(u) ≠ f(v)

15
New cards

k-colouring

An X-colouring where |X| = k

16
New cards

To contract an edge

We contract an edge e = uv by replacing it with a vertex

(replace u,v with new vertex z)

17
New cards

Matching

A set of edges such that no 2 edges in the set are incident with a common vertex

18
New cards

M-saturated

A vertex is M-saturated for matching M if its incident with an edge in M

19
New cards

Perfect Matching

A matching M is perfect if all vertices are M-saturated

20
New cards

Cover

A set C where every edge in G has one end in C

(G-C has no edges)