Chapter 11 - Multiway Search Trees

Chapter 11 - Multiway Search Trees

University

19 Qs

quiz-placeholder

Similar activities

Javascript & DOM model

Javascript & DOM model

University

18 Qs

DSA_Quiz_3

DSA_Quiz_3

University

20 Qs

Linked list 1

Linked list 1

University

20 Qs

Quizz Ansible

Quizz Ansible

University

20 Qs

SMARTICUS

SMARTICUS

University

20 Qs

Lecture EIGHT.

Lecture EIGHT.

University

20 Qs

Linked List

Linked List

KG - University

18 Qs

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

Chapter 11 - Multiway Search Trees

Chapter 11 - Multiway Search Trees

Assessment

Quiz

Computers

University

Medium

Created by

Cayden Henderson

Used 18+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every internal node of an M-way search tree consists of pointers to M sub-trees and contains how many keys?

M

M−1

2

M+1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every node in a B tree has at most ________ children.

M

M-1

2

M+1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is commonly used to store a dictionary?

Binary Tree

Splay tree

Trie

Red black tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In M-way search tree, M stands for

Internal nodes

External nodes

Degree of node

Leaf nodes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In best case, searching a value in a binary search tree may take

O(n)

O(n log n)

O(log n)

O(n²)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All leaf nodes in the B tree are at the same level.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A B+ tree stores data only in the i-nodes.

True

False

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?