Which one of the following is TRUE about recursion-03400
Which one of the following is TRUE about recursion?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.10.
Which one of the following is TRUE about recursion?
Recursion extensively uses stack memory.
Threaded Binary Trees use the concept of recursion
Recursive function calls consume a lot of memory.
Iteration is more efficient than iteration.