Can someone please help me understand the following Morris inorder tree traversal algorithm without using stacks or recursion ? I was trying to understand how it works, but
I found a very good pictorial explanation of Morris Traversal.