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

For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.

1064


What is sorting in math?

715


What the principle of quick sort and its complexity?

752


Is a list an array?

623


In what areas do data structures are applied?

745


What is a subtree in data structures?

737


What happens if we try to insert duplicate key in hashmap?

595


What are the applications of graph data structure?

654


What method removes the value from the top of a stack?

725


What sorting algorithm does arrays sort use?

630


Define linear probing?

782


Is priority queue sorted?

726


Define parent node?

746


Can array store heterogeneous data?

637


Which sorting algorithms are in place?

661