Convert binary tree traversals to forest count
Company: Bitkernel
Role: Software Engineer
Category: Software Engineering Fundamentals
Difficulty: medium
Interview Round: Take-home Project
Quick Answer: This question evaluates understanding of binary tree traversals and the left-child/right-sibling (first-child/next-sibling) representation, testing the ability to infer hierarchical relationships from given inorder and postorder sequences.