ADS_3

ADS_3

Professional Development

10 Qs

quiz-placeholder

Similar activities

Linked List

Linked List

Professional Development

15 Qs

TPEC4

TPEC4

Professional Development

15 Qs

DDIA, lesson 3, Storage and Retrieval, DS that Power your DB

DDIA, lesson 3, Storage and Retrieval, DS that Power your DB

Professional Development

11 Qs

ADA

ADA

Professional Development

10 Qs

ADS QUIZ FOR MECH1

ADS QUIZ FOR MECH1

Professional Development

10 Qs

Blockchain Basics: Algorithm and Techniques

Blockchain Basics: Algorithm and Techniques

University - Professional Development

12 Qs

Machine Learning Test-4

Machine Learning Test-4

Professional Development

14 Qs

Data Structures- Part 2

Data Structures- Part 2

Professional Development

15 Qs

ADS_3

ADS_3

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Gouthami Velakanti

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is TRUE about splay trees?

Splay trees implement the move-to-front heuristi

Splay trees are perfectly balanced

Inserting an entry into a splay tree has worst-case cost of O(logn)

Splay trees are proper binary trees

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following data structures are preferred in database-system implementation?

AVL tree

B-tree

B+ - tree

Splay tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a node N is accessed it is splayed to make it the

Root node

Parent node

Child node

Sibling node

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we impose restrictions like

. root property is black

. every leaf is black

. children of red node are black

. all leaves have same black

to get logarithm time complexity

to get linear time complexity

to get exponential time complexity

to get constant time complexity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the operations that could be performed in O(logn) time complexity by red-black tree?

insertion, deletion, finding predecessor, successor

only insertion

only finding predecessor, successor

for sorting

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an application of Red-black trees and why?

used to store strings efficiently

used to store integers efficiently

can be used in process schedulers, maps,

sets

for efficient sorting

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When it would be optimal to prefer Red-black trees over AVL trees?

when there are more insertions or deletions

when more search is needed

when tree must be balanced

when log(nodes) time complexity is needed

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?