Q:
Which of the following methods doesn't use sorting?
Answer & Explanation
Answer: A) Insertion
Explanation: Using insertion we can perform insertion sort, using selection we can perform selection sort, using exchange we can perform the bubble sort.But by using deletion we cannot perform any sort.
View Answer
Report Error
Discuss