Could someone please explain this to me in a friendly way.. I am totally lost with this stuff.. my professor sucks..... Show big Oh notation for f(n)= 100000*2^(n-1)+nlogn . Please explain how you reached your conclusion.
This is what i think, please correct me if i am wrong. 100000 is constant so ignored it -1 is constant so ignored it nlogn is lower order than 2^n so f(n) = 100000*2^(n-1) +nlogn = O(2^n)