Can I do inorder traversal of a binary tree without recursion and stack?

Posted by Gogu on Stack Overflow See other posts from Stack Overflow or by Gogu
Published on 2010-04-07T18:41:36Z Indexed on 2010/04/07 19:03 UTC
Read the original article Hit count: 246

Filed under:
|

Can anyone give me a solution for traversing a binary tree in inorder without recursion and without using a stack?

© Stack Overflow or respective owner

Related posts about tree

Related posts about tree-traversal