Examveda

What is the space complexity of the code that uses merge sort for determining the number of inversions in an array?

A. O(n)

B. O(log n)

C. O(1)

D. O(n log n)

Answer: Option A


This Question Belongs to Data Structure >> Arrays In Data Structures

Join The Discussion

Related Questions on Arrays in Data Structures