terp.asessed Messages 126 Reaction score 3 Thread starter Jan 25, 2015 #1 What is higher inverse orders of n, as symbolized by O(n)? Please explain this to me---I am still confused even if googling it.
What is higher inverse orders of n, as symbolized by O(n)? Please explain this to me---I am still confused even if googling it.
Simon Bridge Science Advisor Homework Helper Messages 17,871 Reaction score 1,653 Jan 26, 2015 #2 O(n) would be "order of n". See "big O notation". The "order" is the power of 10. So 1000 is order 3. An inverse order would be the negative power of 10... but I need the context.
O(n) would be "order of n". See "big O notation". The "order" is the power of 10. So 1000 is order 3. An inverse order would be the negative power of 10... but I need the context.