...

/

Challenge: Nested Loop with Multiplication (Advanced)

Challenge: Nested Loop with Multiplication (Advanced)

An advanced exercise based on the Big O of an algorithm. Like before, it involves nested loops in which the loop variables increment through multiplication and addition.

We'll cover the following...

Problem Statement

...