Data Structures and Algorithms - Old Questions

3. Define sorting problem. Trace quick sort algorithm for the following given list of data and also discuss about its time complexity.

                    78   45   23  89  65   12   90   33

10 marks | Asked in Model Question