Big O Notation How can we measure quality of code? Readability - How easily can we tell what you were trying to make? Time - How long does it take to run? Space - How much data do you have to store to run your code? Lines of code Time example