...

/

Challenge 5: Nested Loop with Multiplication (Intermediate)

Challenge 5: Nested Loop with Multiplication (Intermediate)

This challenge provides an intermediate level exercise to determine the Big O time complexity of an algorithm that involves nested loops and the loop variables increment with multiplication.

We'll cover the following...

Problem statement

...