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