what is quick sort answerquick sort is


What is quick sort?  

Answer

Quick sort is one of the fastest sorting algorithm used for sorting a list. A pivot point is chosen. Remaining elements are divided or portioned such that elements less than pivot point are in left and those greater than pivot are on the right. Now, elements on the left and right can be recursively sorted by repeating algorithm.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what is quick sort answerquick sort is
Reference No:- TGS0355131

Expected delivery within 24 Hours