Question
There is a BST and below is the Pre order of the BST,
What will be it’s In order 150 70 60 80 250 200 350Solution
Preorder = Root → Left → Right First element = root → 150 Remaining elements = Left (150) Left subtree of 150: 70, 60, 80 Root of left subtree = 70 Left of 70 = 60 Right of 70 = 80 Right subtree of 150: 250, 200, 350 Root of right subtree = 250 Left of 250 = 200 Right of 250 = 350 So BST structure: 150 / \ 70 250 / \ / \ 60 80 200 350 Step 3: Inorder Traversal (Left → Root → Right) Left subtree of 150 → 60, 70, 80 Root = 150 Right subtree → 200, 250, 350 Combine: 60, 70, 80, 150, 200, 250, 350 Answer (Inorder Traversal) 60 70 80 150 200 250 350
- What will come in place of the question mark (?) in the following questions?
300−40% of 200=? - Simplify the following expression:
16 + [17 - (8 + 11) + 6 - 3] ÷ 0.2 Simplify the following expression.
(3-3 × 3 + 3 ÷ 3 + 3 × 5) × 2 of 5 + (2 + 2 ÷ 2 + 2 × 2 - 2)
2/9 of 5/8 of 3/25 of ? = 40
115 ÷ 23 + 12 × 6 = ? + 16 - 35
√? = 32% of 900 + 48% of 50
 Â
5/13 × 104 + 1(2/9) × 198 = 133 + ?
Simplify the following expressions and choose the correct option.
40% of 360 + 25% of 248 - 30
(11/12) × (18/22) × (4/3) + 3 = ?2
[(15)³ × (8)²] ÷ (90 × 6) = ?²