retagged by
486 views

Please log in or register to answer this question.

Position:
Show:

Related questions

1 1 vote
0 0 answers
366
366 views
0 0 votes
2 2 answers
1.1k
1.1k views
snaily16 asked Jan 9, 2019
1,084 views
Given below are 4 functions$999999n$$0.99999 n logn$$1.000001^{n}$$n^{2}$The increasing order of the above functions in terms of their asymptotic complexity is?
0 0 votes
2 answers 2 answers
2.9k
2.9k views
srestha asked May 6, 2019
2,875 views
$1)n^{2019}=O\left (n^{2020} \right )$$2)O(n^{2019})=O\left (n^{2020} \right )$Which one is correct??If $1)$ is correct, why $2)$ not correct?
1 1 vote
0 0 answers
796
796 views
shweta sah asked Dec 2, 2018
796 views
Order the following: $\frac{e^{n \log n}}{n}, 2^{n \log n}, n^{\sqrt n}$