Is bubble sort adaptive?
Answer / Rohit Kumar Kukreti
No, Bubble Sort is not an adaptive sorting algorithm. It has a worst-case and average time complexity of O(n^2), where n is the number of elements being sorted. Adaptive algorithms adjust their strategy based on input data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is an arraylist an object?
What is linked list with example?
How to show internal storage representation of data structure in RDBM?
Describe the degree term in a tree.
What are linked lists good for?
What are the tasks performed during inorder traversal?
Define hash table?
What is the idea behind splaying?
How do I sort a hashmap key?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
what is the different between B-tree and B+ tree.
Explain quick sort and merge sort algorithms.