McqMate
| 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. | |
View all MCQs in
Data Structures (DS)No comments yet