retagged by
1,021 views
3 votes
3 votes

ans given is option A

retagged by

1 Answer

Related questions

0 votes
0 votes
0 answers
1
Neelu Lalchandani asked Nov 2, 2022
335 views
Time Complexity in C will be O(n) right? and big omega (n) is also big omega (n^2), then why is c incorrect?
0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
3
1 votes
1 votes
2 answers
4
akankshadewangan24 asked Sep 20, 2018
869 views
If t(n) and s(n) denotes the time and space complexity of an algorithm with input size n element then which one of the following is always true?S(n)=O(t(n)) correct H...