Question: Using this pseudo-code explain the number of calls to mainFunc(a,b) in terms of n (DO NOT USE BIG O) simplify the math expression used to
Using this pseudo-code explain the number of calls to "mainFunc(a,b)" in terms of n (DO NOT USE BIG O) simplify the math expression used to express this
for (a = N; a >= 1; a--) { for (b = 0; b < a; b++) { func(a, b) } }
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
