GeeksforGeeks » Interview Questions
A B Tree question
(2 posts)-
what is use of B-tee
1)reduce time complexity
2)reduce space complexity
3)both
4)none -
I think it is "4) None". The time complexity of B Tree is not better than Binary Tree. B Tree is mainly used for disk data storage.
Reply
You must log in to post.