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 |
List some applications of queue data structure.
What are the collision resolution methods?
What is collection sort?
What is the difference between hashset and hashmap?
Define depth and height of a node?
What is collections singletonmap?
Why hashmap is faster than hashset?
Differentiate between failfast and failsafe.
What are the types of queues?
Why is an array homogeneous?
Where will be the free node available while inserting a new node in a linked list?
How do you find the index of an element in an arraylist?