Top Categories

Threaded Binary Tree (TBT) IN Data Structure Explaination
  • Category:
  • Sub Category:
  • code
  • NULL pointers utilized
  • tbst
  • Program
  • data structures
  • inroder predecessor
  • tbt
  • address of ancestor node stored
  • Threaded binary tree
  • computer science
No Views

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

You Might Be Interested In