threaded binary tree if a node in a binary tree


Threaded Binary Tree :

If a node in a binary tree is not having left or right child or it is a leaf node then that absence of child node is shown by the null pointers. The space occupied by these null entries can be utilized to store some part of valuable information. One possible way to utilize this space is to have special pointer that point to nodes higher in the tree that is ancestors.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: threaded binary tree if a node in a binary tree
Reference No:- TGS0282438

Expected delivery within 24 Hours