A ______ is the subset of vertices visited during a traversal that begins at a given vertex.

a. circuit
b. multigraph
c. digraph
d. connected component


d. connected component

Computer Science & Information Technology

You might also like to view...

Which of the following statements will allow the user to enter three values to be stored in variables length, width, and height, in that order?

a. cin << length, width, height; b. cin.get(height, width, length); c. cin.get(length, width, height); d. cin >> length; width; height; e. cin.get(length >> width >> height);

Computer Science & Information Technology

To create a hypertext link to a document on the Internet, you need to know its ____.

A. communications protocol B. URL C. relative pathname D. target

Computer Science & Information Technology

The ________ operating system is owned by Google

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The type of data that a variable can hold is referred to as its ______.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology