Use the definitions to prove or disprove the following= 3n²-100n + 6 = O(n²) 3n²-100n + 6 = Q(n³) 2n+1 = Ⓒ(2n)

icon
Related questions
Question
Use the definitions to prove or disprove the following:
3n²-100n + 6 = O(n²)
3n²-100n + 6 = Q(n³)
2n+1 = (2)
Transcribed Image Text:Use the definitions to prove or disprove the following: 3n²-100n + 6 = O(n²) 3n²-100n + 6 = Q(n³) 2n+1 = (2)
Expert Solution
Step 1: Introduction

Time complexity is the time required by the program to execute. There are three types that are worst case, average case and best case time complexity. Worst case is represented by big Oh, average is represented by theta ans best case is represented by omega. 

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer