Sorting is not possible by using which of the following methods?

(a) Insertion (b) Selection (c) Exchange (d) Deletion



Sorting is not possible by using which of the following methods? (a) Insertion (b) Selectio..

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

Post New Answer

More Data Structures Interview Questions

What is insertion sort technique?

0 Answers  


Which is best array or linked list?

0 Answers  


Explain the term run-time stack?

0 Answers  


How does the bubble sort work?

0 Answers  


What is sorting and classifying?

0 Answers  


What do you mean by data types?

0 Answers  


Explain about the types of linked lists

5 Answers  


How would you sort words in a large file?

0 Answers   DELL,


What do you know about traversal in linked lists?

0 Answers  


How does a treemap work?

0 Answers  


Can hashtable have duplicate values?

0 Answers  


Describe queue operation.

0 Answers  


Categories