Computer Science, asked by anushkagaur1590, 1 year ago

Can we further modify merge sort algorithm to imporve its running time

Answers

Answered by yuvraj1782
0

HEY!!

HERE IS YOUR ANSWER  :-

Overall time complexity of Merge sort is O(nLogn). It is more efficient as it is in worst case also the runtime is O(nlogn). We can cut the running time of mergesort substantially with some carefully considered modifications to the implementation

MARK AS BRAINLIST IF HLPED ^_^

Similar questions