Algorithm Analysis, AVL Trees, and B-Trees Quiz

Algorithm Analysis, AVL Trees, and B-Trees Quiz

40 Qs

quiz-placeholder

Similar activities

Carbon compounds and Organic Macromolecules

Carbon compounds and Organic Macromolecules

KG - University

36 Qs

Cardiovascular System Unit Test

Cardiovascular System Unit Test

9th - 12th Grade

35 Qs

REVIEWER GEN MATH 1ST QUARTER

REVIEWER GEN MATH 1ST QUARTER

KG - University

40 Qs

Bonding Review

Bonding Review

10th Grade

35 Qs

I.- Evaluación Sistema Operativo

I.- Evaluación Sistema Operativo

KG - University

41 Qs

Examen de Informática 3° TERCER TRIMESTRE

Examen de Informática 3° TERCER TRIMESTRE

KG - University

44 Qs

SMPC - Test 02

SMPC - Test 02

KG - University

38 Qs

PAS GANJIL MATEMATIKA KELAS 9

PAS GANJIL MATEMATIKA KELAS 9

KG - University

42 Qs

Algorithm Analysis, AVL Trees, and B-Trees Quiz

Algorithm Analysis, AVL Trees, and B-Trees Quiz

Assessment

Quiz

others

Easy

Created by

AmareswaraKumar M.V

Used 4+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

What is the worst-case time complexity of linear search?
O(1)
O(log n)
O(n)
O(n log n)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the balance factor of a node in an AVL tree?
Height(left) - Height(right)
Height(node)
Depth of node

none of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Maximum number of children for a B-Tree node of order m is
m-1
m
m+1
2m

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Which of the following is not an asymptotic notation?
Big-O
Theta
Alpha
Omega

5.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

The best-case complexity of linear search is:
O(1)
O(n)
O(log n)
O(n log n)

6.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

What is space complexity?
Amount of time an algorithm takes
Amount of memory an algorithm uses
Complexity of nested loops
Recursion depth

7.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Which notation denotes the lower bound?
O
θ
Ω
o

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?