B+ tree is a balanced tree index structure that supports dynamic insertion and deletion.
It maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time.
Was this answer helpful?
0
0
Top TS PGECET Computer Science & Information Technology Questions