Computer Science > Algorithm efficiency (2.3.1 c) > Flashcards
Space complexity
how much memory does it use while running
Time complexity
how quickly will it complete
Big O notation
takes the largest power (most significant) term and just calls that the order of the algorithm