0
3.7kviews
Explain threaded Binary tree
1 Answer
0
60views
  1. In a linked list representation of binary trees, there are more null links than the node links. Such null links are replaced by pointers called as threads, such a tree is called as Threaded Binary Tree.

  2. A left null link of a node is replaced with the address of its …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.