Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 618999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:36:27+00:00 2026-05-13T18:36:27+00:00

Am trying to solve the given recursion, using recursion tree, T(n) = 3T(n/3) +

  • 0

Am trying to solve the given recursion, using recursion tree, T(n) = 3T(n/3) + n/lg n.

In the first level (n/3)/(log(n/3)) + (n/3)/(log(n/3)) + (n/3)/(log(n/3)) = n/(log(n/3)).

In the second level it turns out to be n/(log(n/9)).

Can I generalize the above equation in the form of n.loglogn

This is a general doubt I’ve, I need an insight on this.

Note:
Any function that has to be Theta(n^k log^k (n)) in that function k should >=1. And in this case k is -1 so master theorem doesn’t come in to picture

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:36:28+00:00Added an answer on May 13, 2026 at 6:36 pm

    It is true, the Master theorem does not apply.

    T(n) = 3T(n/3) + n/logn.

    Let g(n) = T(n)/n.

    Then ng(n) = 3(n/3)*g(n/3) + n/logn.

    Thus

    g(n) = g(n/3) + 1/log n.

    This gives g(n) = Sum 1/log n + 1/log n/3 + 1/log n/9 + …

    = Theta(Sum 1/logn + 1/(logn -1) + 1/(log n – 2) + …) = Theta(Integral 1/x between 1 and logn) = Theta(log log n).

    Thus T(n) = ng(n) = Theta(nlog logn.)

    You guessed it right.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to solve this particular problem using c++. Problem: Given a set of
I am trying to solve Knight Tour Problem using recursive Backtracking. Can someone help
I am trying to solve the Knight Tour problem using bactracking as given on
I'm trying to solve a problem which is something like this: I'm given n
I'm trying to solve this problem : http://uva.onlinejudge.org/external/7/732.html . For the given example, they
Am trying to solve a labyrinth by DFS, using adj List to represent the
A problem I'm trying to solve: given that you have two distinct strings composed
I'm trying to solve the following problem: Given an input of, say, 0000000000000000 0011111111110000
i'm trying to solve a seemingly simple problem, but just can't quite get my
I'm trying to solve this question: http://www.pyschools.com/quiz/view_question/s3-q6 Write a function using 'if/elif/else' conditionals to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.