Tag: Notation

  • Big O Notation Cheat-Sheet

    Quick Context: Big O Notation describes an execution limitation of a function, given an argument tends towards a particular value. In other words, smaller values describe better execution, typically in execution time.