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 the best data structure and algorithm to implement cache?

0 Answers   Adobe,


Write the recursive c function to count the number of nodes present in a binary tree.

0 Answers  


How to print element of Array?

0 Answers  


What is huffman’s algorithm?

0 Answers  


What is circular linked list?

0 Answers  


What are sorting algorithms used for?

0 Answers  


Which interfaces are implemented by abstractsequentiallist?

0 Answers  


Describe tree database.

0 Answers  


Is radix sort stable?

0 Answers  


Which is the best book for data structures and algorithms?

0 Answers  


Define secondary clustering?

0 Answers  


What type of algorithm is binary search?

0 Answers  


Categories