How much time merge sort takes for an array of numbers? (A) (n^2) (B) T(n) (C) T( log n) (D) T(n log n)â–ºCorrect Option Correct Option is: B