DSA + System design - 14

DSA + System design - 14

Professional Development

14 Qs

quiz-placeholder

Similar activities

Python - Heap

Python - Heap

Professional Development

15 Qs

nonlinear

nonlinear

Professional Development

17 Qs

Trees

Trees

Professional Development

10 Qs

DATA STRUCTURES  BRIGHT STUDENT QUIZ 2

DATA STRUCTURES BRIGHT STUDENT QUIZ 2

Professional Development

10 Qs

Machine Learning Test-4

Machine Learning Test-4

Professional Development

14 Qs

Python_DS2

Python_DS2

Professional Development

10 Qs

ML-4

ML-4

Professional Development

15 Qs

BST-SR

BST-SR

Professional Development

14 Qs

DSA + System design - 14

DSA + System design - 14

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Puneet Kansal

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of inserting a node in an AVL tree?

O(1)

O(n)

O(log n)

O(n log n)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a Binary Search Tree (BST), which traversal method would give nodes in ascending order?

Pre-order

In-order

Post-order

Level-order

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the maximum number of nodes in a binary tree of height hhh?

2^h + 1

2^(h+1) + 1

h^2

2^h

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a full binary tree, how many leaves are there if there are nnn internal nodes?

n

n+1

2n

2n+1

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the height of a complete binary tree with n nodes?

logn

log(n+1)

⌊logn⌋

⌈log(n+1)⌉−1

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a property of red-black trees?

Every leaf is red

No two red nodes are adjacent

Every root is red

All nodes are red

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of searching for a node in an unbalanced Binary Search Tree (BST) with nnn nodes in the worst case?

O(1)

O(log n)

O(n)

O(n log n)

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?