Method by which sorting is not possible - Algorithms - Deletion,Delete
Q. By using which method sorting is not possible?
- Published on 16 Jun 15a. Insertion
b. Selection
c. Deletion
d. Exchange
ANSWER: Deletion
Deletion means removing so we cannot sort anything by using deletion.