graph theory Flashcards

1
Q

Endvertices

A

the endpoints of an edge

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

Parallel Edges

A

Edges that have the same end vertices

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

Loop

A

edge that connects a vertex to itself

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

Simple graph

A

a graph without any parallel edges or loops

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

Empty graph

A

Graph with no edges

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

null graph

A

a graph with no vertices

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

trivial

A

graph with only one vertex

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

adjacent edges

A

if they share a common end vertex

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

adjacent vertices

A

if they are connnected by an edge

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

the degree of a vertex

A

the number of edges that have it as an end vertex. we count loop twice

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

Pendant vertex

A

a vertex with degree 1

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

pendant edge

A

an edge that has a pendant vertex as an end point

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

isolated vertex

A

a vertex with degree 0

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

Cycle Graph

A

Cn graph with n vertices that has a degree 2 for all vertices
n>=3

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

Wheel graph

A

Wn graph with n vertices that has a vertex that connects to all the vertices. it is usually in the middle

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

Bipartite Graph

A

It is called bipartite when it can be partitioned into two disjointed sets such that
V = V1 U V2
2. Every edge ā€œeā€ connects to a vertex from V1 to V2

17
Q

Complete Bipartite Graph

A

A graph that includes every edge, and is denoted by Knm

18
Q
A