What is the space complexity of the merge sort algorithm?

A ) O( n log n)

B ) O (n) ✅

C ) O( log n)

D ) O( n) log