What is Big O Notation
Time complexity = a way of showing the runtime if a fuction increases as the size of the input increases
Space complexity = a way of showing the memory if a function increases as the size of the input
Types of Big O Notation
How to determine O(n)