Sorting Method Exchange-Selection-Insertion-Deletion

Which of the following method does not support sorting (Exchange, Selection, Insertion, Deletion)?

E

Expert

Verified

Deletion does not support sorting. By insertion method we can execute insertion sort, by selection method we can execute selection sort, and by exchange method we can execute bubble sort (and further related sorting methods). But we cannot execute sorting by using deletion method.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.