retagged by
365 views
0 votes
0 votes

Time Complexity in C will be O(n) right? and big omega (n) is also big omega (n^2), then why is c incorrect?

 

retagged by

Please log in or register to answer this question.

Related questions

792
views
1 answers
1 votes
phaneendrababu asked Sep 20, 2018
792 views
Can anyone explain me the answer in detail?
320
views
1 answers
0 votes
323
views
1 answers
0 votes
935
views
2 answers
1 votes
akankshadewangan24 asked Sep 20, 2018
935 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 How???