1,926 views

1 Answer

4 votes
4 votes

a) false

b) true

Related questions

1 votes
1 votes
1 answer
1
Rishav Kumar Singh asked Jul 26, 2018
418 views
Analyze the runtime of the following piece of code. Give a bound using Θ notation.function Pesky(n)r ←0;for i ←1 to ndo for j ←1 to ido for k ← j to i+jdo r ←r...
1 votes
1 votes
2 answers
2
nbhatt asked Nov 3, 2022
391 views
Is ln(n!)=theta(n ln(n))?
0 votes
0 votes
1 answer
3
nbhatt asked Nov 3, 2022
284 views
If big oh is possible for an algorithm but big Omega is not,then is it small o?