question archive 6) Exactly how many times is BLOCK1 executed in turns of the parameter n (you may assume n is even)? Your answer should be a function of n
Subject:Computer SciencePrice: Bought3
6) Exactly how many times is BLOCK1 executed in turns of the parameter n (you may assume n is even)? Your answer should be a function of n.
for i = 1, n/3
{ for j = n/2, n
{BLOCK1}
}