Sorting is not possible by using which of the following methods?
(a) Insertion (b) Selection (c) Exchange (d) Deletion
Answer / rohit sah
Using insertion we can perform insertion sort, using selection we can perform selection sort, using exchange we can perform the bubble sort (and other similar sorting methods). But no sorting method can be done just using deletion.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by int?
do records fall under linear or non linear data structures?
What is dequeue operation?
What is adt in data structure with example?
Can we increase the size of statically allocated array?
List out the advantages of using a linked list?
What is binary tree and its types?
Define b-tree of order m?
What is collections singletonlist?
Define binary tree insertion.
Is red black tree balanced?
Is learning data structures necessary?