f(n)=n^2for n>=1cf(n)=8n^2for n >=2cf(n)=15n^3for n>= 1This is theconstant incf(n)=c*f(n)T(n)=3n^2=O(n^2)cf(n)=7*2^nfor n >= 4This one ofthe answersto T(n) = 2^n+5n^2 +2O(n^n*log(n))O(n^2*2^n)O(5^n)O(n*8^n)O(1)O(n^3*n!)T(n)=2(n/2)=O(n)f(n)=n^2for n>=1cf(n)=8n^2for n >=2cf(n)=15n^3for n>= 1This is theconstant incf(n)=c*f(n)T(n)=3n^2=O(n^2)cf(n)=7*2^nfor n >= 4This one ofthe answersto T(n) = 2^n+5n^2 +2O(n^n*log(n))O(n^2*2^n)O(5^n)O(n*8^n)O(1)O(n^3*n!)T(n)=2(n/2)=O(n)

B i (n) g - O notation - Call List

(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.


1
2
3
4
5
6
7
8
9
10
11
12
  1. f(n)=n^2 for n >=1
  2. cf(n)=8n^2 for n >=2
  3. This is the constant in cf(n)=c*f(n)
    cf(n)=15n^3 for n>= 1
  4. T(n)=3n^2=O(n^2)
  5. This one of the answers to T(n) = 2^n +5n^2 +2
    cf(n)=7*2^n for n >= 4
  6. O(n^n*log(n))
  7. O(n^2*2^n)
  8. O(5^n)
  9. O(n*8^n)
  10. O(1)
  11. O(n^3*n!)
  12. T(n)=2(n/2)=O(n)