Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

what is the quick sort

+5 votes
asked Feb 18, 2023 by ujju2211 (170 points)

1 Answer

0 votes
answered Feb 19, 2023 by Peter Minarik (84,720 points)

Quicksort is an efficient, general-purpose sorting algorithm with O(n * log(n)) average complexity.

You can read more here.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...