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.