Can I do inorder traversal of a binary tree without recursion and stack? - by Gogu Can anyone give me a solution for traversing a binary tree in inorder without recursion and without using a stack? Read the article