1.

Define Left-in Threaded Tree?

Answer»

Left-in threaded binary TREE is DEFINED as ONE in which each NULL pointers is altered to CONTAIN a thread to that node’s inorder PREDECESSOR.

Left-in threaded binary tree is defined as one in which each NULL pointers is altered to contain a thread to that node’s inorder predecessor.



Discussion

No Comment Found