Q. |
Which of the following way follows in Post order traversal? |
A. | Root -> Left sub tree -> Right sub tree. |
B. | Root -> Right sub tree -> Left sub tree. |
C. | Left sub tree -> Root -> Right sub tree. |
D. | Left sub tree -> Right sub tree -> Root. |
Answer» D. Left sub tree -> Right sub tree -> Root. |
Login to Continue
It will take less than 2 minutes