berthajuarez5621 berthajuarez5621 Today at 11:36 AM Computers and Technology Answered 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)