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 |
Is data structures and algorithms important?
Provide an algorithm to reverse a linked list without using recursion.
Can you declare an array without assigning the size of an array?
What is the need for priority queue?
simple algorithm for bubble sort?
Is Linked List 'linear' or 'Non-linear' data structure?
What is a singletonlist?
Explain the term recursive case?
What is stack explain with diagram?
What is data structure and data type?
Explain Queue
What is meant by binary tree traversal?