Page 1 of 1

1) Below shows the numbers of operations for a list of program when solving a problem of size n. What is O( ) for each c

Posted: Mon Mar 21, 2022 4:48 pm
by answerhappygod
1) Below shows the numbers of operations for a list of program
when solving a problem of size n. What is O( ) for each
case?
3n + 1
107n + 22n2 + 7
1/3 * n
n * 3 * logn
n2 + 2n +8
2n + n3 + 3n2
72374 + n2 + 3438n