Ask your own question, for FREE!
Discrete Math 18 Online
OpenStudy (anonymous):

Give a big-O estimate for the number additions used in this segment of an algorithm. t := 0 for i := 1 to n for j := 1 to n t := t + i + j I understand the answer is O(n^2) but how?

OpenStudy (anonymous):

i am not sure exactly what the sum is you are asking, but \(\sum_{k=1}^nk=\frac{n(n+1)}{2}\) which is certaily \(O(n^2)\) but maybe that is not the question

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!