Design And Analysis of Algorithms

Design And Analysis of Algorithms

University

25 Qs

quiz-placeholder

Similar activities

Design and Analysis of Algorithm

Design and Analysis of Algorithm

University

30 Qs

CSI104-finished algorithms

CSI104-finished algorithms

University

20 Qs

computer science

computer science

KG - Professional Development

22 Qs

Cryptography Basics

Cryptography Basics

University

20 Qs

Neo Coding Round 1 Set 1

Neo Coding Round 1 Set 1

University

25 Qs

Data Structures Priliminary

Data Structures Priliminary

University

30 Qs

Computational Thinking

Computational Thinking

9th Grade - University

22 Qs

Algorithm Analysis

Algorithm Analysis

University

21 Qs

Design And Analysis of Algorithms

Design And Analysis of Algorithms

Assessment

Quiz

Computers

University

Medium

Created by

Manzoor Ahmed

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the 4th step in Algorithm design and Analysis process?

Understand the problem

code the algorithm

Prove correctness

Analyze the algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best case notation to check the efficiency of the algorithm?

Ω (Omega) notation

O (Big Oh) notation

o (little oh) notation

Θ (Theta) notation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify aymptotic notation given in the figure?

O (Big Oh) notation

Ω (Omega) notation

Θ (Theta) notation

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The time complexity for TOH in best & worst case is given by _________

n

logn

n2(n-square)

2n

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case time complexity of selection sort & bubble sort?

θ(n3)(n-cube)

θ(n2)(n-square)

θ(n)

θ(2n)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of algorithm technique involves dividing the problems into sub-problems and combining the solution to get the final solution?

Divide & Decrease

Decrese & Transform

Divide & Conquer

Divide & Transform

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of Merge sort?

𝜽(𝒏)

𝜽(𝒍𝒐𝒈𝒏)

𝜽(𝒏𝒍𝒐𝒈𝒏)

𝜽(𝒏𝒍𝒐𝒈𝟐𝒏)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?