Computer Science, asked by santhu9292, 11 months ago

WHICH ALGORITHM IS BETTER FOR SORTING BETWEEN BUBBLE SORT AND QUICKSORT?

a. QUICK SORT
b. BUBBLE SORT
C. NONE OF THE MENTIONED
d. BOTH ARE EQUALLY GOOD​

Answers

Answered by svinothkumar0301
0

Answer:

a

Explanation:

Bubble sort:simpler, Time complexity:O(n^2)

quick sort: complex, Time complexity:O(n log n)

Similar questions