Threaded Binary Tree (TBT) IN Data Structure Explaination

Vivekanand Khyade - Algorithm Every Day
Youtube
Related Topic
:- Data Structures

Threaded binary tree. It is known as TBT. All null pointers in binary tree are utilized to store the address of ancestor node which can be inorder predecessor or inorder successor.

Comments