| 1. |
Sequential representation of binary tree uses ........
|
||||||||
|
Answer:
Option (a) |
| 2. |
Which indicates pre-order traversal?
|
||||||||
|
Answer:
Option (c) |
| 3. |
In threaded binary tree ......... points to higher nodes in tree.
|
||||||||
|
Answer:
Option (c) |
| 4. |
Which of the following statements about binary trees is NOT true?
|
||||||||
|
Answer:
Option (a) |
| 5. |
If the two tree traversals are: 1) Inorder: DGBAHEICF 2) postorder: GDBHIEFCA
then the preorder tree traversal can be…
|
||||||||
|
Answer:
Option (a) |