Which of the following sorting algorithm has average sorting behavior --?Bubble sort,merge sort,heap sort,exchange sort

Heap sort

Showing Answers 1 - 2 of 2 Answers

puneet0307

  • Jun 20th, 2009
 

Behaviour of a sort depends on the number of items to be sorted and how much randomly the are divided.
In an average case bubble sort is least efficient
Merge sort and exchange sort show average sorting behaviour
For large number of items heap sort is the best sort.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions