TrueFalse A recursive function cannot call a function other
True/False: A recursive function cannot call a function other than itself. True/False: Recursive algorithm tend to be less efficient than True/False: An algorithm that can be coded with recursion can also be coded True/false: The height of a binary tree describes how many levels
Solution
11)Ans)false
12)ans)true
Recursive function is a fucntion which will call itself
13)ans)true
Performace wise in some cases recursion is less efficient than iterative
14)ans)True
Anything that cab be done using recursion can also be done using iterative approach
15)Ans)True
We can find the height of the binary search tree based on the no of level that are there in the tree
