# misc. axioms of big O - Arithmetic operations are constant - Variable assignment is constant - Accessing element in an array (by index) or object (by key) is constant - In a loop, the complexity is the length of the loop times the complexity of whatever happens inside of the loop