Challenge: Nested Loop With Multiplication (Pro)
A pro-level exercise based on the Big O of an algorithm which involves nested loops, where the loop variables increase with each multiplication and addition.
We'll cover the following...
Problem statement
Compute the Big O complexity of ...