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 |
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are the Advantages and disadvantages of Array?
What is a stable sorting algorithm?
Describe stack operation.
Why is sorting important?
What are hashmaps good for?
Differentiate between hashmap and hashtable.
Devise a program to sort an array using bubble sort.
What is the default size of an arraylist?
What is heap and its types?
What is the difference between arraylist and array?
Why insertion is faster in linked list?