6,053 views
0 votes
0 votes
Q Suppose T1(N) = O (f (N)) and T2(N) = O (f (N)).

Which of the following statements are true in general?

 (a) T1(N) + T2(N) = O (f (n))

 (b) T1(N) − T2(N) = o (f (n))

 (c) T1(N) / T2(N) = O(1)

 (d) T1(N) = O (T2 (N))

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
2
techbrk3 asked Nov 9, 2017
1,680 views
The time stamp of two transactions T1 and T2 are 10 and 15 respectively. Consider the following schedule with T1 and T2 operations.S1:r1(x),w1(x),r2(x),w2(x),r1(y),w1(y),...
0 votes
0 votes
1 answer
3
0 votes
0 votes
3 answers
4
radha gogia asked Jan 29, 2016
2,142 views
If c is non-negative but not infinite then :1.f(n)=O(g(n))2.f(n)=⊖(g(n)) According to me :it is saying that c is non-negative and not infinite so if g(n) tends to z...