what is concept of threaded binary tree? how it is implement
Answers
Answered by
1
Answer:
Threaded binary tree is a binary tree that provides the facility to traverse the tree in a particular order.
It makes inorder traversal faster and do it without stack and without recursion. There are two types of threaded binary trees.
Answered by
1
Answer:
In computing, a threaded binary tree is a binary tree variant that facilitates traversal in a particular order. An entire binary sort tree can be easily traversed in order of the main key , but given only a pointer to a node, finding the node which comes next may be slow or impossible.
Explanation:
Hope it helps ☺️ !!!
Please do mark as Brainliest !!!
Similar questions