User Portlet User Portlet

Discussions
For more than you ever want to know about O notation, see http://en.wikipedia.org/wiki/Big_O_notation#Use_in_computer_science Very briefly, suppose f(x) can be represented by an infinite series: f(x) = a0 + a1 x + a2 x^2 + … Call f_n(x) the...