Filters
Question type

The ____________________ matrix uses a two-dimensional array to represent the graph.

Correct Answer

verifed

verified

The edges of a graph are ____________________ if the existence of an edge from A to B does not necessarily guarantee that there is a path in both directions.

Correct Answer

verifed

verified

Edges can be represented by an array of lists called weighted lists.

A) True
B) False

Correct Answer

verifed

verified

The cost of a(n) ____ is the sum of the weights of the edges.


A) spanning tree
B) depth-first search
C) adjacency matrix
D) breadth-first search

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

In a breadth first search, the nodes that are lower down in the picked-up graph are visited before nodes that are higher up in the graph.

A) True
B) False

Correct Answer

verifed

verified

Showing 21 - 25 of 25

Related Exams

Show Answer