what is concept of threaded binary tree? how it is implement.
Answers
Answered by
0
grdPgrvc7jRxceg74c Yd8jrft. yogy
Answered by
1
Answer:
the answer is
Explanation:
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.
Hope it helps you
Similar questions