Computer Science, asked by IAmAmritesh4566, 1 year ago

Discuss the conept of threaded binary tree

Answers

Answered by hritiksingh1
7
A binary treeis 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."
Similar questions