Q.

Unix sort command uses                    as its sorting technique.

A. quick sort
B. bucket sort
C. radix sort
D. merge sort
Answer» A. quick sort
Explanation: quicksort is the method of choice in many applications( unix sort command) with o(nlogn) in worst case.
573
0
Do you find this helpful?
2

Discussion

No comments yet