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
Can we add or delete an element after assigning an array?
Does linkedhashset allow duplicates?
What is the difference between hashmap and arraylist?
Which is faster hashmap or hashtable?
Differentiate between set and map.
What is an array vs list?
How do treesets work internally?
How do you separate zeros from non-zeros in an array?
What is the use of substring?
What is data structure and why it is important?
What differences exist between hashmap and hashtable?
What is sorting in data structure?
Why is hashmap faster?
Why do we need a data structure?
What is difference between capacity and size of arraylist?