Data Structures and Algorithms - Old Questions
Question Answer Details
3. Discuss the limitation of choosing the first element as pivot in quick sort. Using merge sort algorithm, sort the numbers 40, 6, 5, 21, 3, 100, 90, 7, 8, 12, 30
. [4+6]
Answer
AI Generated Answer
AI is thinking...