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

Getting Started With MEAN App Development with AngularJs , ExpressJs , NodeJs and MongoDB.

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

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