1
Q:
A) Insertion | B) Deletion |
C) Exchange | D) Selection |
Answer: A) Insertion
Explanation:
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.