DSA + System design - 14

DSA + System design - 14

Professional Development

14 Qs

quiz-placeholder

Similar activities

ADS QUIZ FOR MECH1

ADS QUIZ FOR MECH1

Professional Development

10 Qs

Introduction to Hyperconverged: HCI 101

Introduction to Hyperconverged: HCI 101

Professional Development

10 Qs

Trees

Trees

Professional Development

15 Qs

Data Structures and Algorithms Quiz2

Data Structures and Algorithms Quiz2

Professional Development

15 Qs

AVL Tree

AVL Tree

Professional Development

15 Qs

Data Structure Quiz

Data Structure Quiz

University - Professional Development

10 Qs

last

last

Professional Development

10 Qs

ME ADS QUIZ

ME ADS QUIZ

Professional Development

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