top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Which sorting algorithm is considered the fastest? Explain

+3 votes
390 views
Which sorting algorithm is considered the fastest? Explain
posted Apr 21, 2015 by Jalal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

There are many types of sorting algorithms: quick sort, bubble sort, balloon sort, radix sort, merge sort, etc. Not one can be considered the fastest because each algorithm is designed for a particular data structure and data set. It would depend on the data set that you would want to sort.

answer Apr 22, 2015 by Mohammed Hussain
...