Saved Bookmarks
| 1. |
Define Right-in Threaded Tree? |
|
Answer» Right-in THREADED binary tree is defined as one in which THREADS REPLACE NULL pointers in nodes with empty right sub-trees. Right-in threaded binary tree is defined as one in which threads replace NULL pointers in nodes with empty right sub-trees. |
|