<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>尾递归 on 简单点</title>
    <link>https://95ie.net/tags/%E5%B0%BE%E9%80%92%E5%BD%92/</link>
    <description>Recent content in 尾递归 on 简单点</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>Jack Hsu</copyright>
    <lastBuildDate>Sat, 18 Dec 2021 14:40:42 +0800</lastBuildDate>
    <atom:link href="https://95ie.net/tags/%E5%B0%BE%E9%80%92%E5%BD%92/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>何为尾递归？</title>
      <link>https://95ie.net/post/what-is-tail-recursion/</link>
      <pubDate>Sat, 18 Dec 2021 14:40:42 +0800</pubDate>
      <guid>https://95ie.net/post/what-is-tail-recursion/</guid>
      <description>&lt;p&gt;百度百科对尾递归的解释是这样的，“如果一个函数中所有递归形式的调用都出现在函数的末尾，我们称这个递归函数是尾递归的。”&#xA;并且，特别强调了两点，1)递归调用是函数体最后执行的语句，2)递归调用的返回值不属于表达式的一部分，也就是说，&#xA;递归调用的返回值不参与最后一条语句的求值，递归调用仅仅是为了进入下一个迭代。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
