7. Express the following cost functions in terms of Big-O notation. E.g. O(2n+1) = O(n) a) $n^{\frac{3}{2}} + 6n + 4 \log n$ c) $n^{\frac{5}{2}} \log^2 n + 0.1n^3$ b) $5n \log n + n^{\frac{7}{4}} + 0.8n$ d) $n^{\frac{5}{3}} + n^3 \log^5 n + n^{\frac{5}{2}}$
Added by Richard J.
Close
Step 1
a) The dominant term in this expression is n^(3/2) because it has the highest exponent. Show more…
Show all steps
Your feedback will help us improve your experience
Keondre Parker and 78 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
T(n) = 3T(n/2 + 47) + 2n^2 + 10*n^(1/2). T(n) will be 1) O(n^(3/2)) 2) None of these 3) O(n log n) 4) O(n^2)
Vincenzo Z.
The value of $\log _{b} a+\log _{b^{2}} a^{2}+\log _{b^{3}} a^{3}+\ldots . .+\log _{b^{n}} a^{n}$ is (1) $\mathbf{n}$ (2) $\log _{\mathrm{b}}$ (3) $\frac{\mathrm{n}(\mathrm{n}+1)}{2} \log _{\mathrm{b}} \mathrm{a}$ (4) $\log _{6} a^{n}$
∑_{n=0}^{∞} (3^n - 2^n) / 6^n = ? A) 3/2 B) 4/3 C) 9/2 D) 1/2 E) 2
Avinash V.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
18,000,000+
Students on Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD