In this post, I will put all iterative solution of traversals (preorder, inorder, postorder) together for better understanding.
Leetcode No.94 Binary Tree Inorder Traversal
Leetcode No.144 Binary Tree Preorder Traversal
Leetcode No.145 Binary Tree Postorder Traversal
Continue reading