What is a balanced tree in data structures?
Answers
Answered by
3
In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree is a generalization of a binary search tree in that a node can have more than two children.Unlike self-balancing binary search trees, the B-tree is well suited for storage systems that read and write relatively large blocks of data, such as discs. It is commonly used in databases and file systems.
jayas07:
Yes but no one r my girlfriend only friend and nothing
Answered by
2
in Computer Science a B -tree is a self balancing tree data structure that maintains sorted data and allows searches sequential access,insertions and deletions in logarithmic time.the B-tree is a generalization of a binary search tree in that a node can have more than 2 children.
HOPE MY ANSWER HELPS YOU !!!!
*$ THANK YOU! *$
HOPE MY ANSWER HELPS YOU !!!!
*$ THANK YOU! *$
Similar questions
English,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago