A(n) ______________________ is usually implemented as an array of linked lists, showing connections between vertices in a graph.

A. adjacency matrix
B. connection matrix
C. adjacency list
D. connection array


C

Computer Science & Information Technology

You might also like to view...

The text “Hello there, my friend.” is an example of what type of capitalization?

a. sentence-style capitalization. b. book-title capitalization. c. Neither of the above. d. Both of the above.

Computer Science & Information Technology

Which of the following is false?

a. A static method must be used to access private static instance variables. b. A static method has no this reference. c. A static method can be accessed even when no objects of its class have been instantiated. d. A static method can call instance methods directly.

Computer Science & Information Technology

____ content of a Web page typically either adds functionality to a page when viewed in a browser or provides information about the page for search engines.

A. Body B. Head C. Main D. Table

Computer Science & Information Technology

The ____ method is used to copy a table and copies both the design of the table and the data from the table.

A. Structure Only B. Append Data to Existing Table C. Append Design to Existing Table D. Structure and Data

Computer Science & Information Technology