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 the best data structure and algorithm to implement cache?
Write the recursive c function to count the number of nodes present in a binary tree.
How to print element of Array?
What is huffman’s algorithm?
What is circular linked list?
What are sorting algorithms used for?
Which interfaces are implemented by abstractsequentiallist?
Describe tree database.
Is radix sort stable?
Which is the best book for data structures and algorithms?
Define secondary clustering?
What type of algorithm is binary search?