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
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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am