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 insertion sort technique?
Which is best array or linked list?
Explain the term run-time stack?
How does the bubble sort work?
What is sorting and classifying?
What do you mean by data types?
Explain about the types of linked lists
How would you sort words in a large file?
What do you know about traversal in linked lists?
How does a treemap work?
Can hashtable have duplicate values?
Describe queue operation.