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 binary search tree and explain its time complexity?
Will this code give error if I try to add two heterogeneous elements in the arraylist? And why?
Which is faster hashmap or concurrenthashmap?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
Explain the uses of binary tree.
How do you find the size of an arraylist?
Why do we need sorting?
Is any implicit arguments are passed to a function when it is called?
What are different types of sorting techniques?
Describe tree database. Explain its common uses.
why it is difficult to store linked list as an array?
Why do we need to recycle?