The QuickSort algorithm was developed in 1960 by

a. Bjarne Stroustrup
b. Tony Gaddis
c. C.A.R. Hoare
d. C.M. Turner
e. None of these

c. C.A.R. Hoare

Computer Science & Information Technology

You might also like to view...

A synonym is a word that has the same or similar meaning to a word that you have selected

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following performs an unboxing conversion? Assume x refers to an Integer object.

a. int y = x; b. Integer y = x; c. Neither of the above. d. Both of the above.

Computer Science & Information Technology