DSA + System design - 14

DSA + System design - 14

Professional Development

14 Qs

quiz-placeholder

Similar activities

Kubernetes Clase5

Kubernetes Clase5

Professional Development

10 Qs

ML-4

ML-4

Professional Development

15 Qs

Blockchain

Blockchain

5th Grade - Professional Development

10 Qs

Misión 7 - Path Traversal | LFI | RFI

Misión 7 - Path Traversal | LFI | RFI

Professional Development

10 Qs

Zendesk Dev

Zendesk Dev

Professional Development

12 Qs

Learning Check: HPE ATP Clinic

Learning Check: HPE ATP Clinic

Professional Development

10 Qs

IoT - E10

IoT - E10

Professional Development

10 Qs

BRANCH AND BOUND

BRANCH AND BOUND

Professional Development

13 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?