Data Structures | Tree Traversals | Question 5ReadDiscussCoursesPracticeImprove Article ImproveSave Article SaveLike Article LikeWhich of the following pairs of traversals is not sufficient to build a binary tree from the given traversals?(A) Preorder and Inorder(B) Preorder and Postorder(C) Inorder and Postorder(D) None of the AboveAnswer: (B)Explanation: See https://www.geeksforgeeks.org/if-you-are-given-two-traversal-sequences-can-you-construct-the-binary-tree/ for details.Quiz of this QuestionRecommendedSolve DSA problems on GfG Practice.Solve ProblemsLast Updated : 28 Jun, 2021Like Article Save Article Please Login to comment...