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

What is tree and its properties?

515


Write the syntax in c to create a node in the singly linked list.

545


Is hashset a collection?

474


What is heap and its types?

499


Which collection is fail safe?

491






Is quicksort greedy algorithm?

509


What is sorting explain?

487


What is bitonic search?

559


What is garbage collection in data structure?

496


Does concurrenthashmap allow null?

489


What is link list in data structure?

476


How do you sort large data?

589


Are data structures important?

489


State the different ways of representing expressions?

709


What are the types of binary tree?

501