Tail recursive. Tail recursion is a form of linear recursion. In tail recursion, the recursive call is the last thing the function does. Often, the value ...
確定! 回上一頁