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


    Question

    In a binary search tree (BST), what is true about the

    left child of a node?
    A Smaller than the parent Correct Answer Incorrect Answer
    B Greater than the parent Correct Answer Incorrect Answer
    C Always null Correct Answer Incorrect Answer
    D Can be greater or smaller Correct Answer Incorrect Answer
    E Equal to the parent Correct Answer Incorrect Answer

    Solution

    In a BST, left child values are smaller than the parent node value.

    Practice Next
    ask-question