Sorting is not possible by using which of the following methods?
(a) Insertion (b) Selection (c) Exchange (d) Deletion
Answer Posted / 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 |
Post New Answer View All Answers
What are the types of binary tree?
Which sorting algorithm is used in arrays sort?
Is treeset synchronized?
Explain what is B-tree?
What is inplace sorting?
Why is map not a collection?
Define an abstract data type (adt)?
What do you mean by sorting data?
What will happen if an array goes out of bounds?
What is Another name of Dynamically allocating memory.
How can I learn data structures?
How to get top two numbers from an array?
How would you dynamically allocate a one-dimensional and two-dimensional array of integers?
How treemap orders the elements if the key is a string?
Does linkedhashset allow null values?