does btree and b+tree store data only at their leaf nodes??
- by rohit
hi,
i am studying btrees and b+trees.
does btree and b+ tree stores data only at its leafs and use its internal nodes for making it easy to search the required data??
or
it stores all the data at every node in the tree??
please tell me.. i am confused...!!