Podcast
Questions and Answers
What is the maximum number of children a node in an M-way tree can have?
What is the maximum number of children a node in an M-way tree can have?
- m-1
- m+1
- m (correct)
- 2m
What is the maximum number of children a node in a 4-way tree can have?
What is the maximum number of children a node in a 4-way tree can have?
- 2
- 5
- 3
- 4 (correct)
How many key fields can a node in an M-way tree have at most?
How many key fields can a node in an M-way tree have at most?
- m
- m+1
- m-1 (correct)
- 2m
How many key fields can a node in a 4-way tree have at most?
How many key fields can a node in a 4-way tree have at most?
What are the constraints that make an M-way tree an M-way search tree?
What are the constraints that make an M-way tree an M-way search tree?