151 views
0 votes
0 votes

Please log in or register to answer this question.

Related questions

540
views
1 answers
0 votes
dhruba asked May 29, 2023
540 views
Consider a divide and conquer algorithm that divides an input of size n into a subproblems, each of size n/b, and the cost of dividing and merging ... to log_b(a). Could you explain the intuition and reasoning behind these classifications?
20.9k
views
2 answers
8 votes
radha gogia asked Jul 19, 2015
20,949 views
(A) Insertion Sort with time complexity O(kn)(B) Heap Sort with time complexity O(nLogk)(C) Quick Sort with time complexity O(kLogk)(D) Merge Sort with time complexity O(kLogk) what is the approach of doing this question ?