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 |
Why we need cursor implementation of linked lists?
What is an iterative algorithm?
Why enum can not be used directly with printf function?
Differentiate between arraylist and linkedlist.
Define a full binary tree ?
What is the difference between hashset and hashtable?
Is hashmap ordered?
What is the use of heap sort?
What is the time complexity of hashmap get () and put () method?
Define internal nodes?
Parenthesis are never needed in prefix or postfix expressions. Why?
Can we null keys in treemap?