What is the time complexity of sorting an array using merge sort?
Anonymous
The time complexity of sorting an array using merge sort is š ( š log ā” š ) O(nlogn), where š n is the number of elements in the array
Check out your Company Bowl for anonymous work chats.