The quick sort algorithm works on the basis of

A) three sub lists.
B) two sub lists and a pivot.
C) two pivots and a sub list.
D) three pivots.
E) None of the above


B) two sub lists and a pivot.

Computer Science & Information Technology

You might also like to view...

A recursive method .

a. is a method that calls itself. b. can be called directly. c. can be called indirectly through another method. d. All of the above.

Computer Science & Information Technology

A void function can have >>”void” is wrong font.

a. no arguments b. as many arguments as the programmer wishes c. no more than 3 arguments d. exactly one argument

Computer Science & Information Technology

The ________ facilitates the translation and I/O from the virtual machine to the physical server devices.

A) hardware B) memory C) hypervisor D) network interface card

Computer Science & Information Technology

What part of the JavaScript library would you use to add a fading effect to a web page?

A. spry widgets B. spry effects C. spry events D. spry behaviors

Computer Science & Information Technology