Question
Consider a Binary Search Tree (BST) with the following
values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of this BST after all insertions?Solution
In-order traversal of a BST processes nodes in an ascending order because it visits the left subtree first, then the root, and finally the right subtree. After inserting the values in the specified order into the BST, performing an in-order traversal yields the nodes in the correct ascending order: 15, 32, 40, 45, 47, 50, 60. The traversal algorithm guarantees that every node’s left subtree is smaller, and the right subtree is larger, which ensures a sorted sequence. Why other options are wrong: B) This is the reverse order of an in-order traversal, visiting the largest element first. C) This option shows a pre-order traversal, which visits the root node first before the subtrees. D) This sequence incorrectly mixes elements from the left and right subtrees, violating the order property. E) This option represents a reverse post-order traversal, starting with the deepest right-side elements.
_______ refers to the information collected by an auditor to ascertain the accuracy and compliance of a company's financial statements.
Life Insurance Contact is a contact of:
The due date for depositing the TDS deducted in the month of March is:
As per Schedule III of Companies Act, which of the following is not shown under ‘Other Current Liabilities’?
Which of the following directors is NOT appointed by the Board of Directors?
Salary or wages under bonus act includes:
According to SA 315, which of the following is part of understanding the entity and its environment?
Which of the following is NOT a responsibility of the Audit Committee?
When profits as per cost accounts differ from financial accounts, the difference may be due to:
Annual Return is to be filed by every company within ________ days of its Annual general meeting.