ADS_3

ADS_3

Professional Development

10 Qs

Student preview

quiz-placeholder

Similar activities

ML-4

ML-4

Professional Development

15 Qs

B-Trees

B-Trees

Professional Development

10 Qs

Trees

Trees

Professional Development

15 Qs

Zendesk Dev

Zendesk Dev

Professional Development

12 Qs

DS_Linked_List

DS_Linked_List

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - Docker vs Kubernetes

IT ENGLISH: Research Project Topics - Docker vs Kubernetes

Professional Development

10 Qs

B+Trees

B+Trees

Professional Development

10 Qs

Full Stack QUIZ

Full Stack QUIZ

Professional Development

10 Qs

ADS_3

ADS_3

Assessment

Quiz

Created by

Gouthami Velakanti

Computers

Professional Development

1 plays

Medium

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

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?