The ________ algorithm uses recursion to sort an array.
A) shell sort
B) quick sort
C) binary sort
D) red/black sort
E) None of the above
B) quick sort
Computer Science & Information Technology
You might also like to view...
Describe how a database administrator can distinguish between normal and abnormal SQL Server activity.
What will be an ideal response?
Computer Science & Information Technology
.bmp is a file extension for ________ files
Fill in the blank(s) with correct word
Computer Science & Information Technology
When inserting graphics or other objects from a file, the original document is called the ____ file.
A. source B. major C. destination D. minor
Computer Science & Information Technology
Which uses the least amount of storage?
A. 'example' stored in a column of type CHAR(20) B. 'exam' stored in a column of type CHAR(20) C. 'ex' stored in a column of type CHAR(20) D. all of the above use the same amount of storage
Computer Science & Information Technology