1. Prove that running time T(n) = n³ + 20n + 1 is 0(n³) 2. Prove that the running time T(n) = n³ + 20n + 1 is not 0(n²)
Posted: Tue Jul 12, 2022 8:17 am
1. Prove that running time T(n) = n³ + 20n + 1 is 0(n³) 2. Prove that the running time T(n) = n³ + 20n + 1 is not 0(n²) 3. Prove that the running time T(n) = n³ + 20n is N(nª)