Tail recursion is recursion where the function calls itself at the end ("tail") of the function. At some point, the function decides not to call itself again ...
確定! 回上一頁