这个我实在想不明白,是我的栈空间画错了,还是说本来就可以这样,能不能帮我解答一下,十分感谢
这个图应该是类似于树图test(7) = test(6) + test(5) = test(5) + test(4) + test(4) + test(3) = ...最终归到test(2) 或者 test(1) 返回