...

/

Challenge 6: Nested Loop with Multiplication (Advanced)

Challenge 6: 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.

Problem Statement

...