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 doubly linked lists?
What is difference between hashmap and hashset?
Does hashset maintain order?
Can nsarray contain nil?
How does a hashtable work?
what are the applications that use Linked lists?
What happens if an array goes out-of-bounds?
Is array a collection?
What are basic algorithms?
How do you implement a stack?
What is difference between rb tree and avl tree?
Why is an array homogeneous?
We know that Arrays are objects so why cannot we write strArray.length()?
What happens if we put duplicate key in hashmap?
Differentiate between hashmap and hashtable.