3
votes
7answers
396 views
Big-O when the value of n gets very small?
I missed the class where big-O was introduced thinking that it was pretty straight forward. It still seems to be however the teacher said something about O(n) deviating from the function when n gets …
1
vote
4answers
499 views
algorithm for calculating the sum of value in the Array and Big O Notation
How to find an algorithm for calculating the sum value in the array??
Is is Something like this?
Algorithm Array Sum
Input: nonnegative integer N, and array A[1],A[2],...,A[N]
Output: sum of the N …
7
votes
2answers
1k views
What are the Complexity guarantees of the standard containers?
Apparently ;-) the standard containers provide some form of guarantees.
What type of guarantees and what exactly are the differences between the different types of container?
Working from the SGI …
