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 is time complexity of hashmap?
Can you sort a string?
Which is the parent class of sortedset
What is int data type?
What is the Difference between sax and dom parser?
Are duplicates allowed in hashmap?
Is array faster than arraylist?
What is the time complexity of hashmap get () and put () method?
What is quick sort?
Is binary tree a bst?
Do you know how to find if linked list has loop?
How do you represent a linked list?
What is the space complexity of bubble sort?
What is an ordered map?
Explain binary searching, Fibonacci search.