Sorting is not possible by using which of the following methods?
(a) Insertion (b) Selection (c) Exchange (d) Deletion
Answer Posted / 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 |
Post New Answer View All Answers
Write a Program for Insert in a sorted list
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
What is sorted list in data structure?
What do you mean by collision in hashing?
Are sets sorted?
What are the major data structures used in the following areas : network data model & hierarchical data model?
What is sorting rule in shapes?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
What are hash tables good for?
What do you mean by general trees?
Which collection allows null values?
How do you replace an element in an arraylist?
How to sequentially represent max-heap?
Which collection is fail safe?
What is the difference between for and foreach loop?