📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    Which property defines a Binary Search Tree

    (BST)?
    A Each node has at most two children. Correct Answer Incorrect Answer
    B The value of each node is greater than or equal to the values of its children. Correct Answer Incorrect Answer
    C The left subtree of a node contains only values less than the node's value, and the right subtree contains only values greater than the node's value. Correct Answer Incorrect Answer
    D All leaf nodes are at the same level. Correct Answer Incorrect Answer
    E The tree is always a complete binary tree. Correct Answer Incorrect Answer

    Solution

    This is the fundamental property of a Binary Search Tree, enabling efficient searching, insertion, and deletion operations.

    Practice Next
    ask-question