A _______ tree is a data structure that allows fast search, insert, delete, and nearest-neighbor operations.

  • AVL
  • B-Tree
  • Heap
  • Trie
A B-Tree is a self-balancing tree data structure that allows for efficient search, insert, delete, and nearest-neighbor operations. It is commonly used in databases and file systems for its balanced nature, ensuring consistent performance.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *