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

Can you make an arraylist of arrays?

0 Answers  


Differentiate between hashmap and hashtable.

0 Answers  


Is arraylist better than array?

0 Answers  


How would you reverse characters of an array without using indexing in the array.

0 Answers  


What is bubble sort in data structure?

0 Answers  






What is stack explain with diagram?

0 Answers  


What are the different types of data structures?

0 Answers  


What are linear and non linear data structures?

0 Answers  


What is static array?

0 Answers  


Explain binary searching, Fibonacci search.

0 Answers  


What is the purpose of sorting?

0 Answers  


How does arraylist store data?

0 Answers  


Categories