I don't think I'm able to solve this using the master's theorem, and solving separately doesn't seem to make sense. How does one go about solving this recursive relation?
T(n)= 2T(n/2) + 3T(n/5) +n
I don't think I'm able to solve this using the master's theorem, and solving separately doesn't seem to make sense. How does one go about solving this recursive relation?
T(n)= 2T(n/2) + 3T(n/5) +n