Challenge: Nested Loop with Multiplication (Pro)
Solve the challenge of computing the Big O of an algorithm that involves nested loops, where the loop variables increase with each multiplication and addition.
Solve the challenge of computing the Big O of an algorithm that involves nested loops, where the loop variables increase with each multiplication and addition.