Lesson 2-PART 2 Flashcards

1
Q

a _is a non-linear structure (also
called a network). Unlike a tree or binary tree, a _does not have a root – no primary entry point.

A

Graphs

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

the interconnected objects are
represented by points.
can be connected to any other node
by an edge. It can have any number of edges and nodes.

A

Vertices

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

the links that connect the vertices.

A

Edges

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

a “walk” from one vertex to another along
directed edges

A

Path

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

the pair of vertices representing any edge in unordered.

A

Undirected Graphs

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

the pair of vertices representing any edge is ordered.

A

Directed Graphs

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

each edge (or vertex) of G is assigned a numerical value, or weight.

A

Weighted Graphs

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

there is no cost distinction between various edges and vertices.

A

Unweighted Graphs

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

Vertices connected by an edge.

A

Adjacent Vertices

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

A subset of Graph G, which has all the vertices covered with minimum possible number of edges.

A

Spanning tree

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