A merge sort operation runs in:

a. O(log n) time.
b. O(n) time.
c. O(n log n) time.
d. O(n2) time.

c. O(n log n) time.

Computer Science & Information Technology

You might also like to view...

Match each of the following to its meaning:

I. report II. filter III. relationship IV. wildcard V. query A. represents multiple characters in search criteria B. questions for the database C. summarize information for printing and presentation D. joins two or more tables together E. extracts records based on specific criteria

Computer Science & Information Technology

________ consists of a set of separate programs for developing and testing Java programs, each of which is invoked from a command line.

a. Java language specification b. Java API c. Java JDK d. Java IDE

Computer Science & Information Technology