Chapter 10.2 Graph Terminology and Special Types of Graphs Flashcards

1
Q

Define adjacent (or neighbors)

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

Define Neighborhood

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

Degree of a vertex in an undirected graph

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

Define isolated

A

A vertex of degree zero is called isolated.

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

Define Pendant

A

A vertex is pendant if and only if it has degree one

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

THE HANDSHAKING THEOREM

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

Theroem 1

An undirected graph has a _____ number of vertices of _____ degree.

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

Define

adjacent to

adjacent from

initial vertex

end vertex

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

Define

in-degree of a vertex v

out-degree of a vertex v

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

Thereom

How to find the number of edges graph with directed edges?

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

Define a complete graph

A

A complete graph on n vertices, denoted by Kn, is a simple graph that contains exactly one edge between each pair of distinct vertices.

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

Define Cycles Graph

A

Cycles A cycle Cn, n ≥ 3, consists of n vertices v1, v2, … , vn and edges {v1, v2}, {v2, v3}, … , {vn-1, vn}, and {vn, V1}

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

Define Wheels graphs

A

We obtain a wheel Wn when we add an additional vertex to a cycle Cn, for n ≥ 3, and connect this new vertex to each of the n vertices in Cn, by new edges.

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

Define n-cube graphs

A

An n-dimensional hypercube, or n-cube, denoted by Qn, is a graph that has vertices representing the 2n bit strings of length n. Two vertices are adjacent if and only if the bit strings that they represent differ in exactly one bit position.

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

Define Simple Bipartite Graph

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

Theroem

A simple graph is bipartite if……………..

A
17
Q

Define subgraph

A
18
Q

Define subgraph induced

A
19
Q

Define Union

A