Friday, September 2, 2011

visit a BST with no recursion

1 comment:

  1. Traversal can be done without recursion.Need to use explicit stack
    If you need stack less traversal ,Morris travesal will be best. Please suggest if you are something else in mind

    ReplyDelete