Tree: Preorder Traversal

  • + 0 comments

    Thanks for providing that link. See also https://cs.stackexchange.com/questions/16833/can-a-tree-be-traversed-without-recursion-stack-or-queue-and-just-a-handful-o

    Personally, I enjoyed reading part of the "Morris's Tree Traversal Algorithm Reconsidered" paper.