edited by
333 views
1 votes
1 votes

The solution of the recurrence relation $T(n)=3 T(n / 4)+n \lg n$ is

  1. $\theta\left(n^{2} \lg n\right)$
  2. $\theta(n \lg n)$
  3. $\theta(n \lg n)^{2}$
  4. $\theta(n \lg \lg n)$
edited by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
2
admin asked Oct 23, 2022
951 views
Using $\text{'RSA'}$ algorithm, if $p=13, q=5$ and $e=7$. the value of $d$ and cipher value of $'6'$ with $(e, n)$ key are$7, 4$$7, 1$$7, 46$$55,1$
0 votes
0 votes
1 answer
4
admin asked Oct 23, 2022
323 views
Size and complexity are a part ofPeople MetricsProject MetricsProcess MetricsProduct Metrics