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

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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a Program for Insert in a sorted list

718


Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .

731


What is sorted list in data structure?

716


What do you mean by collision in hashing?

755


Are sets sorted?

724


What are the major data structures used in the following areas : network data model & hierarchical data model?

819


What is sorting rule in shapes?

704


A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.

832


What are hash tables good for?

718


What do you mean by general trees?

765


Which collection allows null values?

660


How do you replace an element in an arraylist?

747


How to sequentially represent max-heap?

722


Which collection is fail safe?

684


What is the difference between for and foreach loop?

696