Graph Theory

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:02 PM on 9/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

Order


the # of vertices in G

denoted: |V(G)|

2
New cards

Size

the # of edges in G

denoted: |E(G)|

3
New cards

Adjacent

vertices u,v \in V are _______ if they form an edge uv \in E

i.e. u & v are endpoints of an edge.

4
New cards

Incident

an edge e is ________ to v if v is an endpoint of e

5
New cards

Open neighborhood

the set of all vertices adjacent to v \in V

denoted: N(v) = {x \in V : vx \in E}

6
New cards

Open neighborhood of S \subset V

the union of all the neighborhood of vertices in S

7
New cards

degree of v \in V

the # of edges incident to v

8
New cards

degree sequence of graph order n

n-term sequence of the degrees of all vertices

9
New cards

walk

a sequence of vertices v1, v2, .., vk w/ v_iv_(i+1) \in E for i =1,…,k-1

10
New cards

path

if vertices are distinct in a walk

11
New cards

trail

if edges are distinct in a walk

12
New cards

length

the # of edges (including repeats) in a walk

13
New cards

cycle (or closed path)

a walk v1 … vk v1 w/ k >= 3 and v1 …. vk is a path

14
New cards

circuit (or closed trail)

a trail that starts and ends at the same vertex

15
New cards

complete graph

Kn, on n vertices if every pair of vertices is adjacent

16
New cards

empty graph

En on n vertices with no edges

17
New cards

Regular graph

G is _____ of degree k if every vertex has degree k

18
New cards

Cycle graph

Cn on n vertices (n >= 3)

Cn = (V, E)

V = {1,2,…, n}

E = { {i, i + 1} mod n} 1 =< i <= n

19
New cards