Data Structures and Algorithms - Old Questions

Question Answer Details

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

Answer

AI Generated Answer

AI is thinking...