Home » C Programming » Structures » Question
  1. Which of the following technique is faster for travelling in binary trees?
    1. Depends from compiler to compiler
    2. Iteration
    3. Recursion
    4. Both Iteration and Recursion
    5. None of these
Correct Option: C

Recursion



Your comments will be displayed only after manual approval.