The quick sort algorithm works on the basis of

A) three sublists.
B) two sublists and a pivot.
C) two pivots and a sublist.
D) three pivots.
E) None of the above

B) two sublists and a pivot.

Computer Science & Information Technology

You might also like to view...

When designing your own on-screen form using the Form Wizard, first click the ____ tab.

A. CREATE B. HOME C. EXTERNAL DATA D. DATABASE TOOLS

Computer Science & Information Technology

Write statements that assign random integers to the variable n in the following ranges:

``` a) 1 n 2. b) 1 n 100. c) 0 n 9. d) 1000 n 1112. e) –1 n 1. f) –3 n 11. ```

Computer Science & Information Technology