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
Is tuple immutable?
Define the term “percolate down”?
What is binary search in data structure?
What happens when arraylist is full?
What are the categories of avl rotations?
How null key is handled in hashmap?
Name few collections map implementations?
Can arraylist hold different types?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
Is list a data type?
What are the operations that can be performed on a stack?
What is Another name of Dynamically allocating memory.
Why sorting algorithms are important?
Can arraylist be empty?
What is tree in computer science?