What is the output of Dijkstra's algorithm?

A. a three-dimensional array
B. a two-dimensional grid
C. a source vertex
D. the number of vertices in the graph


Answer: B

Computer Science & Information Technology

You might also like to view...

Reducing the resolution of a print job could drastically decrease the memory requirement for printing the page by a factor of 4

Indicate whether the statement is true or false

Computer Science & Information Technology

Pressing which key hides all open panels?

A. Spacebar B. Tab C. Caps Lock D. Enter

Computer Science & Information Technology

Instance variables are shared by all other objects of the same class.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Recursion often is preferable to iteration because ________.

a. it is faster. b. it requires less memory. c. it models the problem more logically. d. All of the above.

Computer Science & Information Technology