MCQOPTIONS
Saved Bookmarks
| 1. |
In which tree, the right NULL pointer of each node (not having a right child node) points to its in-order successor? |
| A. | Right-threaded binary tree |
| B. | Left-threaded binary tree |
| C. | Full-threaded binary tree |
| D. | All of the above |
| Answer» B. Left-threaded binary tree | |