What are the tightest bounds for the functions T and T (respectively from left to right) such that
T1 (n) = T n(n/4 ) T (3n/4) +cn
T(1) = 1
O O(n)
O (n *log(log(n))
O O(n)3/2
O (n*logn)

Relax