Big O
Big O time is the language and metric we use to describe the efficiency of the algorithms.
Add the Runtimes: O(A + B)
Multipy the Runtimes: O(A * B)
Asymptotic Notations
Function
Description
Function
Description
Function
Description
Function
Description
Function
Description
Last updated