TYPES OF GRAPH Flashcards

(5 cards)

1
Q

UNDIRECTED GRAPH:

-Each edge connects 2 distinct vertices and no 2 edges
connect same pair of vertices.

-For a _________ G of a given order n, the maximum value
of m is [n(n-1)]/2 .

A

SIMPLE GRAPH G(V,E)

simple graph

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

The edges e1 and e2 are called multiple or parallel edges if
G(e1)=G(e2).

A _________ consists of vertices and undirected edges
between these vertices, with multiple edges between pairs of
vertices allowed.

Every simple graph is also _______.

Not all __________ are simple graphs.

A

MULTIGRAPH G(V,E)

multigraph/s

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

A graph that consists loops. The edges of loops are from a
vertex to the same vertex. Thus, if an edge “e” is a loop,
then G(e)={u,u} where u is a vertex in the graph.

A

PSEUDOGRAPH G(V,E)

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

A __________ consists of a set of vertices V and a set of
edges E that are ordered pairs of elements of V.

The edges of a ___________are ordered pairs.

Loops, ordered pairs of same element are _______, but multiple edges in the same
direction between two vertices are _______.

A

directed simple graph G(V,E)

directed graph

allowed
not allowed

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

A __________ consists of a set of vertices V and a set of
edges E that are ordered pairs of elements of V. The edges e1 and e2 are
multiple edges if G(e1)=G(e2).

__________ have multiple directed edges from a vertex to a second (possibly
the same vertex, or loop).

(u,v) is an edge of G(V,E) as long as there is at least one edge e with G(e)=(u,v).

A

directed multigraph G(V,E)

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