1.

What is wrong with below code for inorder traversal of inorder threaded binary tree:

A. inordersuccessor instead of inorderpredecessor must be done
B. code is correct
C. it is code for post order
D. it is code for pre orderView Answer
Answer» B. code is correct


Discussion

No Comment Found