Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
252 views
in Information Technology by (237k points)
closed by
The recurrence relation T(n) = 7T(n/7) + n has the solution:
1. O(n)
2. O(logn)
3. O(nlog(n))
4. O(n2)

1 Answer

0 votes
by (239k points)
selected by
 
Best answer
Correct Answer - Option 3 : O(nlog(n))

The correct answer is option 3.

Explanation:

Recurrence relation: T(n) = 7T(n/7) + n

Comparing with T(n) = aT(n/b) + θ(nk logpn)

a = 7, b = 7, k = 1, p = 0

Using Master's Theorem,

Since a = bk and p > -1,

T(n) = O(nlog(n))

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...