Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Questions  >  Let LASTPOST, LASTIN and LASTPRE denote the l... Start Learning for Free
Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?
  • a)
    LASTIN = LASTPOST
  • b)
    LASTIN = LASTPRE
  • c)
    LASTPRE = LASTPOST
  • d)
    None of the above
Correct answer is option 'D'. Can you explain this answer?
Most Upvoted Answer
Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a p...
It is given that the given tree is complete binary tree. For a complete binary tree, the last visited node will always be same for inorder and preorder traversal. None of the above is true even for a complete binary tree.
The option (a) is incorrect because the last node visited in Inorder traversal is right child and last node visited in Postorder traversal is root.
The option (c) is incorrect because the last node visited in Preorder traversal is right child and last node visited in Postorder traversal is root.
For option (b), see the following counter example. Thanks to Hunaif Muhammed for providing the correct explanation.
     1
   /    \
  2      3
 / \    /
4   5  6  
Inorder traversal is 4 2 5 1 6 3
Preorder traversal is 1 2 4 5 3 6
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer?
Question Description
Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer? for Computer Science Engineering (CSE) 2024 is part of Computer Science Engineering (CSE) preparation. The Question and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus. Information about Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer? covers all topics & solutions for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer?.
Solutions for Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer? in English & in Hindi are available as part of our courses for Computer Science Engineering (CSE). Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free.
Here you can find the meaning of Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer?, a detailed solution for Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer? has been provided alongside types of Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a postorder, inorder and preorder traversal. Respectively, of a complete binary tree. Which of the following is always true?a)LASTIN = LASTPOSTb)LASTIN = LASTPREc)LASTPRE = LASTPOSTd)None of the aboveCorrect answer is option 'D'. Can you explain this answer? tests, examples and also practice Computer Science Engineering (CSE) tests.
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Explore Courses
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev