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
How dynamic arrays are created?
how to add an item to the beginning of the list?
What is the purpose of thread?
What is hashing with example?
Is binary tree balanced?
What is frozenset?
Differentiate between hashmap and hashtable.
Define internal nodes?
How to excel in data structures and algorithms?
How does dynamic memory allocation help in managing data?
Why we use arraylist instead of linked list?
Mention some drawbacks of the linked list.
Explain the Stack
What's difference between stack and queue?
What is hash data type?