Is 2n³ € O(n)? Show your work.

icon
Related questions
Question

So Im VERY new to Big O notation, can someone explain how to answer these HW questions? I know a few formulas like O(n) & O(n log n) and I know we have big O omega and theta, but thats it. I need help

• Is 2n³ € O(n4)? Show your work.
• Is 6n E (n)? Show your work.
• Is 5n² € (n²)? Show your work.
• Use the master theorem to calculate the runtime of
the following:
T(n) = 16* T(n/4) + n³
Show your work.
Transcribed Image Text:• Is 2n³ € O(n4)? Show your work. • Is 6n E (n)? Show your work. • Is 5n² € (n²)? Show your work. • Use the master theorem to calculate the runtime of the following: T(n) = 16* T(n/4) + n³ Show your work.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer