Oct 30, 2014

Quick sort:         Quick sort is the most general sorting method that is used in many programs as a subprogram as it does sorting of numbers very fast as compared to other sorting algorithms (excluding some  cases ).Of Course in some cases (for large numbers ) merge sort is better,But in general we will be using only a small range of numbers (10 to...