1

Where can I learn about solving Big-Oh problems that are written in algebra?

Such as this

$$\sum_{i=1}^{n} (3i + 2n) = O(n^2)$$

Cameron Buie
  • 102,994

1 Answers1

1

Texts on discrete math usually cover this. Sedgewick and Flajolet's "Introduction to the analysis of algorithms" covers the manipulations to combine such notations (for deriving approximations) in chapter 4. Best presentation I've seen.

vonbrand
  • 27,812