1. Home
  2. questions

Filters

Found 3 Questions

Set Default
Exams
Subjects

List of practice Questions

Which of the following can be recurrence relation(s) corresponding to an algorithm
with time complexity ฮ˜(๐‘›)?

  • GATE CS - 2026
  • GATE CS
  • Engineering Mathematics
  • Recurrence Relations

Consider the following recurrence relations:
For all \(n > 1\),
\[T_1(n)=4T_1\!\left(\frac{n}{2}\right)+T_2(n)\]
\[T_2(n)=5T_2\!\left(\frac{n}{4}\right)+\Theta(\log_2 n)\]
Assume that for all \(n\leq 1\), \(T_1(n)=1\) and \(T_2(n)=1\).
Which one of the following options is correct?

  • GATE CS - 2026
  • GATE CS
  • Engineering Mathematics
  • Recurrence Relations
What is the general solution of the recurrence relation \( a_n = 2a_{n-1} \) with \( a_0 = 5 \)?
  • CPET - 2025
  • CPET
  • Computer Science
  • Recurrence Relations
contact us
terms & conditions
Privacy & Policy
ยฉ 2026ย Patronum Web Private Limited