Workshop 2- BigO Notation Flashcards

1
Q

BigO basics

A

integer = input
output = sum

  1. Basic Operations
  2. Count How Many
  3. Convert to BigO Notation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Examples of BigO

A

O(1) Constant
O(n) Linear
O(nlog2n) Logarithmic
O(n2) Quadratic
O(n3) Cubic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly