Which of the following methods doesn't use sorting?
Correct Answer: 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.