Challenge: Big (O) of Nested Loop with Multiplication
Compute Big(O) of an algorithm that involves nested loops and the loop variables increment with multiplication.
Compute Big(O) of an algorithm that involves nested loops and the loop variables increment with multiplication.