Level Order Successor of node in BST

Posted by dsiap on Stack Overflow See other posts from Stack Overflow or by dsiap
Published on 2010-05-04T10:04:42Z Indexed on 2010/05/04 10:08 UTC
Read the original article Hit count: 122

Filed under:

How can we find level order successor of a node in bst if parent pointer is given(with out using Queue ) ?

© Stack Overflow or respective owner

Related posts about algorithm