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 the time complexity of arrays sort?
what is a complexity of linear search,binery search?
Is priority queue sorted?
What is bubble sort in data structure?
What is the difference between classifying and sorting?
Does hashmap maintain insertion order?
Does concat mutate array?
What is the use of hashtable?
Write the steps involved in the insertion and deletion of an element in the stack.
Can the double-checked locking fail on a single processor system?
Can we apply binary search algorithm to a sorted linked list, why?
Explain the difference between hashset and hashmap?