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 a pseudocode example?

0 Answers  


Briefly explain recursive algorithm?

0 Answers  


What is scalar data type?

0 Answers  


Define right-in threaded tree?

0 Answers  


Is binary tree a binary search tree?

0 Answers  






What is a matrix?

0 Answers  


What is variable size arrays?and why we use it?

0 Answers   MCN Solutions,


Which is faster hashmap or treemap?

0 Answers  


Which sorting is best?

0 Answers  


Which sorting is worst?

0 Answers  


Which data structures are used in bfs and dfs algorithm?

0 Answers  


What is return map?

0 Answers  


Categories