...

/

Challenge: Big (O) of Nested Loop with Subtraction

Challenge: Big (O) of Nested Loop with Subtraction

Compute the Big (O) of an algorithm that involves nested loops and the loop variables decrement.

We'll cover the following...

Problem statement

Let’s test our time ...