berthajuarez5621 berthajuarez5621 25-01-2024 Computers and Technology contestada What is the general form of a recurrence relation used for merge sort?a) T(n) = n²b) T(n) = 2T(n/2) + O(n)c) T(n) = n log nd) T(n) = O(n)