Explain left and right threaded binary tree
Answers
Answered by
1
a threaded binary tree defined as follows: "A binary tree is threaded by making all right child pointers that would normally be null point to the inorder successor of the node (if it exists), and all left child pointers that would normally be null point to the inorder predecessor of the node.
i hope this will help you
i hope this will help you
Similar questions