Question

Which all statements are correct about Sorting

A Bubble sort has O(n^2) as best case time complexity
B selection sort has O(n^2) as best case time complexity
C Insertion sort has O(n^2) as best case time complexity
D Radix sort has O(n+K) as best case time complexity
E Only b and d are correct
Practice Next

Hey! Ask a query