Challenge 3: Big O of Nested Loop with Multiplication
Compute the Big O of an algorithm that involves nested loops, and increments the loop variables through multiplication.
Problem Statement
Compute the Big O time complexity of the following code. ...