Neighborhood and Special Graphs Flashcards

(15 cards)

1
Q

Two vertices u and v in an undirected graph G are called adjacent(or neighbors) in G if e = {u, v}, the edge e is
called incident with the vertices u and v. The edge e is also said to connect u and v. The vertices u and v are called
endpoints of the edge {u, v}.

A

NEIGHBORHOOD

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

The _________ in an undirected graph is the number of edges incident with it, except that a loop
at a vertex contributes twice to the degree of that vertex. It is denoted by deg(v), where v ∈ V (G).

A

DEGREE OF A VERTEX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  • A vertex of degree zero is called________
A

isolated vertex.

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

A vertex of degree one is called ________

A

pendant vertex.

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

For a graph G of a given order n, what is the possible value of m?
n = 1 −→ m =
n = 2 −→ m =
n = 3 −→ m =
n = 4 −→ m =
Thus,
m = (n2) =

A

m = 0
m = 1
m = 3
m = 6

=n(n−1)/2

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

(FFTGT)

A

FIRST FUNDAMENTAL THEOREM OF GRAPH THEORY

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

Corollary 2.4. Every graph contains an even number of odd vertices (Equivalently, the number of vertices of odd degree
is even).
Give the Proof.

A

Proof. Let V_o=set of odd vertices
V_e=set of even vertices
By FFTGT,
Summation of
v_i∈V (G) deg(vi) = 2m
Summation of v∈V_o deg(v) + Pv∈Ve P deg(v) = 2m

v∈V_o deg(v) = 2m − Pv∈Ve P deg(v)
v∈Vo
deg(v) is always even.
Thus, |Vo| is even.

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

Definition 2.5. When (u, v) is an edge of the graph G with directed edges, v is said to be adjacent from u. The vertex
u is called the_______ of (u, v), and v is called the ________ of (u, v). The ________ and ________ of a loop are the same.

A

initial vertex
terminal or end vertex

initial vertex& terminal
vertex

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

In a graph with directed edges, the ______ of a vertex v, denoted by deg − (v), is the number of edges
with v as their terminal vertex. The ________ of v, denoted by deg + (v), is the number of edges with v as their initial
vertex. A loop at a vertex contributes 1 to both the _____and ______of this vertex.

A

in-degree
out-degree

in-degree & out-degree

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

SPECIAL GRAPHS
A ________ is a simple graph, denoted by K_n where in n is the number of vertices in a graph, in
which any two vertices are adjacent. A _______ has no loops and every two vertices share exactly one edge. The
number of m edges in a ________ with n number of vertices is given by,

m = (n2) = n(n − 1)/2

A

Complete Graph K_n
complete graph

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

Definition 3.2. A _________ is a simple graph with 3 or more vertices whose vertices can be arranged in a cyclic
sequences. It is only possible when n ≥ 3.

A

Cycle C_n
cycle graph

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

Definition 3.3. A ______ is a simple graph whose vertices can be arranged in a linear sequence in such a way that
two vertices are adjacent if there are consecutive in the sequence and are non adjacent otherwise. It is only possible when
n ≥ 1.

A

Path P_n
path graph

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

Definition 3.4. A _________ is obtained by adding an additional vertex to the cycle Cn for n ≥ 3 and connect this new
vertex to each of the n vertices in Cn, by new edges.
Terms:
hub −→
spokes −→
rim −→

A

Wheels Wn
wheel graph

hub −→ newvertex
spokes −→ newedges
rim −→ thecycleinthewheels

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

Definition 3.5. A graph G is a ___________ if its vertex can be partitioned into subsets X and Y so that every edge
has one end in X and one end in Y . If every vertex in X is joined to every vertex in Y , then G is called a ___________

A

Bipartite Graph K_m,n

bipartite graph

complete
bipartite graph

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

Values of n that are bipartite:
(1) K_n =⇒
(2) C_n =⇒
(3) W_n =⇒

A

Values of n that are bipartite:
(1) K_n =⇒ n = 2
(2) C_n =⇒ n ≥ 4 for every n is even natural number
(3) W_n =⇒ NONE

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