in Databases
275 views
0 votes
0 votes
Do the leaf nodes of B-Trees have children pointers?
in Databases
275 views

1 Answer

2 votes
2 votes
Best answer
leaf node doesnt have any tree pointer in B-tree  
but In B+ tree there is a single pointer to the next leaf node.
selected by