Vidyalelo
Data Structure · Q122

Sorting Algorithms

Programming · Data Structure · question 122

Q122

What is an external sorting algorithm?

A.
Algorithm that uses tape or disk during the sort
Answer
B.
Algorithm that uses main memory during the sort
C.
Algorithm that involves swapping
D.
Algorithm that are considered 'in place'

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board