in Algorithms edited by
1,232 views
0 votes
0 votes
What is  all asymptotic notation of

1. Big-oh

2. Big-omega

3. theta

4. Small-oh

5. Small-Omega

such as theta has reflexive,symmetric and many more

please write all properties.
in Algorithms edited by
1.2k views

1 comment

see it 

https://gateoverflow.in/139595/algorithm

detailed answer is there.

0
0

1 Answer

1 vote
1 vote
  Big-oh theta big-omega small-oh small-omega
Reflexive Y Y Y N N
Symmetric N Y N N N
Transitive Y Y Y Y Y

 

edited by

4 Comments

u should give some reasoning behind every statement
0
0

@Dharmendra Lodhi

why Big-oh and Big-Omega doesn't follow reflexivity?

0
0

 any explanation now in mind for them

0
0
big-oh means, just like a ≤ b ===> which is Reflexive,Transitive  but not symmetric

small-oh means, just like a < b ===> which is Transitive  but neither symmetric nor Reflexive,

theta means, just like a = b ===> which is Reflexive,Transitive and symmetric

follow the same for omega
1
1

Related questions

0 votes
0 votes
1 answer
3
Phlegmatic asked in Algorithms Jun 9, 2018
197 views
Phlegmatic asked in Algorithms Jun 9, 2018
197 views