is it possible to do postorder traversal using O(n) time and O(1) space? if yes,how ?
is it possible through morris traversal? if not possible then how can we modify morris traversal to implement postorder traversal?
Postorder issue
Hello @Rj.25,
Yes, it is possible to achieve that and using morris traversal only.
You may refer to the following link:
Hope, this would help.
Give a like if you are satisfied.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.
