Tail recursion is a way to transform the above linear process (it grows as much as there are elements) to an iterative one (there is not really any growth).
確定! 回上一頁