Sorting is not possible by using which of the following methods?
(a) Insertion (b) Selection (c) Exchange (d) Deletion
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 |
What is Doubly link list?
Can treemap key null?
What is the difference between hashset and hashtable?
What is huffman’s algorithm?
How will you check the validity of an expression containing nested parentheses?
What is the meaning of arraylist?
When is a binary search algorithm best applied?
What are the advantages and disadvantages of linked list?
Why do we use binary search?
Does treeset remove duplicates?
Tell me why can't constant values be used to define an array's initial size
What is the Insertion Sort Code?.