The secret of fast programs: Understanding Big O Notation
Understanding the Base of a Logarithm
Before explaining Big O notation, it's necessary to explain what a logarithm is. A logarithm asks how many multiplications of the same number X are needed to reach a number Y.
Ex: \(2^x = 8\) How many 2s do I ne...
victormc.hashnode.dev5 min read