Comparing Algorithms - Big O
Revision as of 11:01, 15 May 2017 by Ilostmylastaccount (talk | contribs)
Big O Notation is a measure of how long or how much memory is needed to execute and algorithm. This uses the worst case scenario, so that you get the maximum time and memory usage. It uses n as the number of items.