- Extra Credit Problems No Partial Credit Ec1 4 Points Put The Following Big O Notations In Order By The Speed Of Thei 1 (38.9 KiB) Viewed 35 times
Extra Credit Problems: NO PARTIAL CREDIT EC1 (4 Points): Put the following Big O notations in order by the speed of thei
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Extra Credit Problems: NO PARTIAL CREDIT EC1 (4 Points): Put the following Big O notations in order by the speed of thei
Extra Credit Problems: NO PARTIAL CREDIT EC1 (4 Points): Put the following Big O notations in order by the speed of their growth with respect to n. 0(n! - n) 0(1453) 0(5. log log(3n)) 0 (6n.log(2n)) 0(5 log(n/3)) 0(n² + n) 0(n.n³) o sou 0(n + 5) 0(n³) 0(3²n+1) O'ZANE EC2 (3 Points): Using a STL vector<int>, write a for loop that iterates through and prints the entire vector to cout backwards. Use vector<int>::iterator methods only for iteration. The vector is called v.