Algorithm Efficiency
•So far, we have discussed the efficiency of various data structures and algorithms in a subjective manner
•Instead, we can measure the efficiency using mathematical formulations using the Big O notation
•This allows us to more easily compare and contrast the run-time efficiency between algorithms and data structures
•