In-order traversal method without recursion : in Hindi
Preorder : left - root - right
In this video I have explained the inorder traversal method (without recursion) with the help of BST (Binary search Tree).
In this video I discussed
How to replace recursion
application of STACK - LIFO (last-in first-out)
in-order without recursion