Similarity between Merge_sort and Quick_sort


Similarity between Merge_sort  and  Quick_sort

In quick sort , the main thing is to choose the PIVOT  element.

In Merge sort , the main thing is merging part.



Comments

Post a Comment

Popular posts from this blog

Divide Intervals Into Minimum Number of Groups

A. Dreamoon and Stairs : minimum steps to reach : recursion solution.

B. Dreamoon and WiFi :calculate no. of ways : recursive solution (branch and bound )