Time and Space Complexity (Big O notation) - mmedrano9438/peripheral-brain GitHub Wiki
Big O notation is a mathematical expression that describes the rate of change of an algorithm's efficiency as its arguments scale up. It is used to express both time and space complexity. Space complexity is related to the memory that needs to be allocated for a function.