×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

The below formula is used by which tree?

6. The below formula is used by which tree?

left_subtree (keys)  ≤  node (key)  ≤  right_subtree (keys)

  1. Red Black Tree
  2. AVL Tree
  3. Binary Search Tree
  4. B+ Tree

Answer

The correct answer is: A) Red Black Tree

Explanation

In Binary Search tree, nodes exhibit the following properties:

  • Value of left tree node is less than the root node
  • Value of root tree node is greater or more than the root node

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.