3. Select a theta notation from the list (1), (Inn), e(n), (n Inn), (n²), (na), (2), (n!), (n"), for the number of times
Posted: Fri May 20, 2022 6:07 pm
3. Select a theta notation from the list (1), (Inn), e(n), (n Inn), (n²), (na), (2), (n!), (n"), for the number of times the instruction r = 1 +1 is executed in the following piece of pseudo-code. Assume n is a positive integer. Justify your answer. for i = 1 ton for j = 1 ton for k=1 to j I= 1+1 end end end (10 marks