Quick sort is fastest sorting algorithm to sort a list - Data Structure

Q.  Which of the following is the fastest sorting algorithm to sort a list?
- Published on 26 Aug 15

a. Quick sort
b. Bubble sort
c. Binary sort
d. Linear sort

ANSWER: Quick sort
 

    Discussion

  • Nirja Shah   -Posted on 21 Nov 15
    There are different sorting technique and performance these sorting technique depends upon type and distribution of item in the list.
    According to given question quick sort is fastest and its best case time complexity is nlogn.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)