<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Algorithms on wr786</title><link>https://wr786.github.io/tags/algorithms/</link><description>Recent content in Algorithms on wr786</description><image><title>wr786</title><url>https://wr786.github.io/favicon.png</url><link>https://wr786.github.io/favicon.png</link></image><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Fri, 07 May 2021 00:00:00 +0800</lastBuildDate><atom:link href="https://wr786.github.io/tags/algorithms/index.xml" rel="self" type="application/rss+xml"/><item><title>平摊分析 Amortized Analysis</title><link>https://wr786.github.io/p/amortized-analysis/</link><pubDate>Fri, 07 May 2021 00:00:00 +0800</pubDate><guid>https://wr786.github.io/p/amortized-analysis/</guid><description>&lt;h2 id="为什么要平摊分析"&gt;为什么要平摊分析？&lt;/h2&gt;
&lt;p&gt;算法往往是会对内存中的数据进行修改的，而同一个算法的多次执行，就会通过对数据的修改而互相影响。&lt;/p&gt;
&lt;p&gt;为了解决计算上的困难，以及&lt;strong&gt;操作之间的不独立&lt;/strong&gt;而导致的估算上界过松，我们就需要用到平摊分析。&lt;/p&gt;</description></item></channel></rss>