lets say in order to compute Big-O of these two functions and take log both sides fx<=c.gx log(2^logn) + log(n^(5/2)) <= log(n^(5/2)) which is log n + log n <= log n it satisfies for equals if any one function taken out from left side log n = log n. but not for less than condition. so in short can any of them be Dominating Term interchangeably.?
Asked
Active
Viewed 124 times
-2
-
1This is more suited to math.SE than to SO, surely? – ClickRick Jul 08 '17 at 11:51