Measuring Complexity (cont.)
More complicated to do what?
- to write:
- B(n) - 18 symbols, A(n) - 26, C(n) - 29
- to evaluate:
- A(n) - 9 operations, B(n) - 11, C(n) - 18
- to understand:
- C(n) - basic limit calculation rules
- A(n) - transformation into C(n)
- B(n) - transformation into A(n)