Design and Analysis of Algorithms - Old Questions
Question Answer Details
3. What is heap sort? Trace the following data using heap sort algorithm.
X[]={10, 8, 12, 70, 20, 5, 30}
Answer
AI Generated Answer
AI is thinking...