MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following technique is faster for travelling in binary trees? |
| A. | Iteration |
| B. | Recursion |
| C. | Both Iteration and Recursion |
| D. | Depends from compiler to compiler |
| Answer» C. Both Iteration and Recursion | |