what is
 






 

Question by  nice (2)

What is quick sorting?

 
+6

Answer by  sara052420 (105)

Quick sorting is sorting through something like papers, or anything in a collection in a quick manor. It's very quick organizing pretty much. Just another way to organize and make things more neat.

 
+4

Answer by  Melody22 (9)

Quicksort is a comparison sort and, in efficient implementations, is not a stable sort. Quicksort is a well-known sorting algorithm developed by C. a. r. Hoare that, makes \mathcal{O}(n\log n comparisons to sort n items. The worst case, it makes \mathcal{O}(n^2) comparisons, though if implemented correctly this behavior is rare.

 
You have 50 words left!