Consider the following call graph generated by a recursive f…

Consider the following call graph generated by a recursive function call to mystery(5): Which of the following function definitions could have produced this call graph? Assume recursive calls are evaluated and expanded from left to right, in the order they appear in the code.