- 3 Select A Theta Notation From The List O 1 O Inn O N O N Inn O N O Nu 2 O N O N For The Number 1 (46.17 KiB) Viewed 16 times
3. Select a theta notation from the list O(1), O(Inn), O(n), O(n Inn), O(n^), o (nu), (2"), O(n!), O(n), for the number
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
3. Select a theta notation from the list O(1), O(Inn), O(n), O(n Inn), O(n^), o (nu), (2"), O(n!), O(n), for the number
3. Select a theta notation from the list O(1), O(Inn), O(n), O(n Inn), O(n^), o (nu), (2"), O(n!), O(n), for the number of times the instruction x = x + 1 is executed in the following piece of pseudo-code. Assume n is a positive integer. Justify your answer. for i=1 to n for j=1 to n for k=1 to j x=x+1 end end end