Computer Science, asked by SidhuSaab9613, 1 year ago

What is threaded binary tree in data structure?

Answers

Answered by sumit1693
0
"A binary tree isthreadedby making all right child pointers that would normally be null point to the inorder successor of the node (ifit exists), and all left child pointers that would normally be null point to the inorder predecessor of the node."
Similar questions